#B70C0B

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

Shades of Free Speech Red #B70C0B

Tints of Free Speech Red #B70C0B

Color information

#B70C0B (or 0xB70C0B) is unknown color: approx Free Speech Red. HEX triplet: B7, 0C and 0B. RGB value is (183,12,11). Sum of RGB (Red+Green+Blue) = 183+12+11=206 (27% of max value = 765). Red value is 183 (71.88% from 255 or 88.83% from 206); Green value is 12 (5.08% from 255 or 5.83% from 206); Blue value is 11 (4.69% from 255 or 5.34% from 206); Max value from RGB is 183 - color contains mainly: red. Hex color #B70C0B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B70C0B is #48F3F4. Grayscale: #3F3F3F. Windows color (decimal): -4781045 or 724151. OLE color: 724151.

HSL color Cylindrical-coordinate representation of color #B70C0B: hue angle of 0.35º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B70C0B is Cyan = 0, Magento = 0.93, Yellow = 0.94 and Black (K on CMYK) = 0.28.

Color convert

RGB1831211-
CMYK00.930.940.28
HSL0.35º88.66%38.04%-
HSV(B)0.35º93.99%71.76%-
XYZ19.7210.351.28-
YUV63.0198.65213.58-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 88.83%
GREEN value IS 12 (5.08% from 255) = 5.83%
BLUE value IS 11 (4.69% from 255) = 5.34%
R=88.83%
G=5.83%
B=5.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.94
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183121100.930.940.280.3588.6638.04
HexB7CB05D5E1C05926
Octal2671413013513634013146
Binary10110111110010110101110110111101110001011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70C0B; }

 p { color: rgb(183,12,11); }

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

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

 a { background-color: rgb(183,12,11); }

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

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

 span { border-color: rgb(183,12,11); }

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