#B70200

Color #B70200 Free Speech Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Red #B70200

Tints of Free Speech Red #B70200

Color information

#B70200 (or 0xB70200) is unknown color: approx Free Speech Red. HEX triplet: B7, 02 and 00. RGB value is (183,2,0). Sum of RGB (Red+Green+Blue) = 183+2+0=185 (24% of max value = 765). Red value is 183 (71.88% from 255 or 98.92% from 185); Green value is 2 (1.17% from 255 or 1.08% from 185); Blue value is 0 (0.39% from 255 or 0% from 185); Max value from RGB is 183 - color contains mainly: red. Hex color #B70200 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B70200 is #48FDFF. Grayscale: #383838. Windows color (decimal): -4783616 or 695. OLE color: 695.

HSL color Cylindrical-coordinate representation of color #B70200: hue angle of 0.66º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B70200 is Cyan = 0, Magento = 0.99, Yellow = 1 and Black (K on CMYK) = 0.28.

Color convert

RGB18320-
CMYK00.9910.28
HSL0.66º100%35.88%-
HSV(B)0.66º100%71.76%-
XYZ19.5510.110.92-
YUV55.8996.47218.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 183 (71.88% from 255) = 98.92%
GREEN value IS 2 (1.17% from 255) = 1.08%
BLUE value IS 0 (0.39% from 255) = 0%
R=98.92%
G=1.08%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 1
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1832000.9910.280.6610035.88
HexB720063641C16424
Octal26720014314434114444
Binary101101111000110001111001001110011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70200; }

 p { color: rgb(183,2,0); }

 H1.HeaderClassName
 {
   color: #B70200;
 }
 .AnyTagClassName
 {
   color: #B70200;
 }
</style>
background-color css

<style>
 a { background-color: #B70200; }

 a { background-color: rgb(183,2,0); }

 div.DivClassName
 {
   background-color: #B70200;
 }
 .BgClassName
 {
   background-color: #B70200;
 }
</style>
border-color css

<style>
 span { border-color: #B70200; }

 span { border-color: rgb(183,2,0); }

 td.TdClassName
 {
   border-color: #B70200;
 }
 .TagClassName
 {
   border-color: #B70200;
 }
</style>