#B51906

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

Shades of Free Speech Red #B51906

Tints of Free Speech Red #B51906

Color information

#B51906 (or 0xB51906) is unknown color: approx Free Speech Red. HEX triplet: B5, 19 and 06. RGB value is (181,25,6). Sum of RGB (Red+Green+Blue) = 181+25+6=212 (28% of max value = 765). Red value is 181 (71.09% from 255 or 85.38% from 212); Green value is 25 (10.16% from 255 or 11.79% from 212); Blue value is 6 (2.73% from 255 or 2.83% from 212); Max value from RGB is 181 - color contains mainly: red. Hex color #B51906 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B51906 is #4AE6F9. Grayscale: #454545. Windows color (decimal): -4908794 or 399797. OLE color: 399797.

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

Color convert

RGB181256-
CMYK00.860.970.29
HSL6.51º93.58%36.67%-
HSV(B)6.51º96.69%70.98%-
XYZ19.4410.531.18-
YUV69.4892.18207.54-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 85.38%
GREEN value IS 25 (10.16% from 255) = 11.79%
BLUE value IS 6 (2.73% from 255) = 2.83%
R=85.38%
G=11.79%
B=2.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.97
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18125600.860.970.296.5193.5836.67
HexB5196056611D75e25
Octal265316012614135713645
Binary1011010111001110010101101100001111011111011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B51906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B51906; }

 p { color: rgb(181,25,6); }

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

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

 a { background-color: rgb(181,25,6); }

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

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

 span { border-color: rgb(181,25,6); }

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