#B01407

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

Shades of Free Speech Red #B01407

Tints of Free Speech Red #B01407

Color information

#B01407 (or 0xB01407) is unknown color: approx Free Speech Red. HEX triplet: B0, 14 and 07. RGB value is (176,20,7). Sum of RGB (Red+Green+Blue) = 176+20+7=203 (26% of max value = 765). Red value is 176 (69.14% from 255 or 86.70% from 203); Green value is 20 (8.20% from 255 or 9.85% from 203); Blue value is 7 (3.12% from 255 or 3.45% from 203); Max value from RGB is 176 - color contains mainly: red. Hex color #B01407 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B01407 is #4FEBF8. Grayscale: #414141. Windows color (decimal): -5237753 or 464048. OLE color: 464048.

HSL color Cylindrical-coordinate representation of color #B01407: hue angle of 4.62º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B01407 is Cyan = 0, Magento = 0.89, Yellow = 0.96 and Black (K on CMYK) = 0.31.

Color convert

RGB176207-
CMYK00.890.960.31
HSL4.62º92.35%35.88%-
HSV(B)4.62º96.02%69.02%-
XYZ18.199.751.12-
YUV65.1695.18207.06-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 86.70%
GREEN value IS 20 (8.20% from 255) = 9.85%
BLUE value IS 7 (3.12% from 255) = 3.45%
R=86.70%
G=9.85%
B=3.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.96
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17620700.890.960.314.6292.3535.88
HexB0147059601F55c24
Octal260247013114037513444
Binary1011000010100111010110011100000111111011011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01407; }

 p { color: rgb(176,20,7); }

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

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

 a { background-color: rgb(176,20,7); }

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

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

 span { border-color: rgb(176,20,7); }

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