#B91006

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

Shades of Free Speech Red #B91006

Tints of Free Speech Red #B91006

Color information

#B91006 (or 0xB91006) is unknown color: approx Free Speech Red. HEX triplet: B9, 10 and 06. RGB value is (185,16,6). Sum of RGB (Red+Green+Blue) = 185+16+6=207 (27% of max value = 765). Red value is 185 (72.66% from 255 or 89.37% from 207); Green value is 16 (6.64% from 255 or 7.73% from 207); Blue value is 6 (2.73% from 255 or 2.90% from 207); Max value from RGB is 185 - color contains mainly: red. Hex color #B91006 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B91006 is #46EFF9. Grayscale: #414141. Windows color (decimal): -4648954 or 397497. OLE color: 397497.

HSL color Cylindrical-coordinate representation of color #B91006: hue angle of 3.35º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B91006 is Cyan = 0, Magento = 0.91, Yellow = 0.97 and Black (K on CMYK) = 0.27.

Color convert

RGB185166-
CMYK00.910.970.27
HSL3.35º93.72%37.45%-
HSV(B)3.35º96.76%72.55%-
XYZ20.2310.71.17-
YUV65.3994.49213.31-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 89.37%
GREEN value IS 16 (6.64% from 255) = 7.73%
BLUE value IS 6 (2.73% from 255) = 2.90%
R=89.37%
G=7.73%
B=2.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.97
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516600.910.970.273.3593.7237.45
HexB910605B611B35e25
Octal271206013314133313645
Binary101110011000011001011011110000111011111011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B91006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B91006; }

 p { color: rgb(185,16,6); }

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

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

 a { background-color: rgb(185,16,6); }

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

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

 span { border-color: rgb(185,16,6); }

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