#B51A06

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

Shades of Free Speech Red #B51A06

Tints of Free Speech Red #B51A06

Color information

#B51A06 (or 0xB51A06) is unknown color: approx Free Speech Red. HEX triplet: B5, 1A and 06. RGB value is (181,26,6). Sum of RGB (Red+Green+Blue) = 181+26+6=213 (28% of max value = 765). Red value is 181 (71.09% from 255 or 84.98% from 213); Green value is 26 (10.55% from 255 or 12.21% from 213); Blue value is 6 (2.73% from 255 or 2.82% from 213); Max value from RGB is 181 - color contains mainly: red. Hex color #B51A06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B51A06 is #4AE5F9. Grayscale: #464646. Windows color (decimal): -4908538 or 400053. OLE color: 400053.

HSL color Cylindrical-coordinate representation of color #B51A06: hue angle of 6.86º 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 #B51A06 is Cyan = 0, Magento = 0.86, Yellow = 0.97 and Black (K on CMYK) = 0.29.

Color convert

RGB181266-
CMYK00.860.970.29
HSL6.86º93.58%36.67%-
HSV(B)6.86º96.69%70.98%-
XYZ19.4610.581.19-
YUV70.0691.85207.13-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 84.98%
GREEN value IS 26 (10.55% from 255) = 12.21%
BLUE value IS 6 (2.73% from 255) = 2.82%
R=84.98%
G=12.21%
B=2.82%

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
Decimal18126600.860.970.296.8693.5836.67
HexB51A6056611D75e25
Octal265326012614135713645
Binary1011010111010110010101101100001111011111011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B51A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B51A06; }

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

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

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

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

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

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

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

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