#B01007

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

Shades of Free Speech Red #B01007

Tints of Free Speech Red #B01007

Color information

#B01007 (or 0xB01007) is unknown color: approx Free Speech Red. HEX triplet: B0, 10 and 07. RGB value is (176,16,7). Sum of RGB (Red+Green+Blue) = 176+16+7=199 (26% of max value = 765). Red value is 176 (69.14% from 255 or 88.44% from 199); Green value is 16 (6.64% from 255 or 8.04% from 199); Blue value is 7 (3.12% from 255 or 3.52% from 199); Max value from RGB is 176 - color contains mainly: red. Hex color #B01007 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B01007 is #4FEFF8. Grayscale: #3F3F3F. Windows color (decimal): -5238777 or 463024. OLE color: 463024.

HSL color Cylindrical-coordinate representation of color #B01007: hue angle of 3.2º 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 #B01007 is Cyan = 0, Magento = 0.91, Yellow = 0.96 and Black (K on CMYK) = 0.31.

Color convert

RGB176167-
CMYK00.910.960.31
HSL3.2º92.35%35.88%-
HSV(B)3.2º96.02%69.02%-
XYZ18.139.621.1-
YUV62.8196.51208.73-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 88.44%
GREEN value IS 16 (6.64% from 255) = 8.04%
BLUE value IS 7 (3.12% from 255) = 3.52%
R=88.44%
G=8.04%
B=3.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.96
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17616700.910.960.313.292.3535.88
HexB010705B601F35c24
Octal260207013314037313444
Binary101100001000011101011011110000011111111011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01007; }

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

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

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

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

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

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

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

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