#B51600

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

Shades of Free Speech Red #B51600

Tints of Free Speech Red #B51600

Color information

#B51600 (or 0xB51600) is unknown color: approx Free Speech Red. HEX triplet: B5, 16 and 00. RGB value is (181,22,0). Sum of RGB (Red+Green+Blue) = 181+22+0=203 (26% of max value = 765). Red value is 181 (71.09% from 255 or 89.16% from 203); Green value is 22 (8.98% from 255 or 10.84% from 203); Blue value is 0 (0.39% from 255 or 0% from 203); Max value from RGB is 181 - color contains mainly: red. Hex color #B51600 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B51600 is #4AE9FF. Grayscale: #434343. Windows color (decimal): -4909568 or 5813. OLE color: 5813.

HSL color Cylindrical-coordinate representation of color #B51600: hue angle of 7.29º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B51600 is Cyan = 0, Magento = 0.88, Yellow = 1 and Black (K on CMYK) = 0.29.

Color convert

RGB181220-
CMYK00.8810.29
HSL7.29º100%35.49%-
HSV(B)7.29º100%70.98%-
XYZ19.3410.40.99-
YUV67.0390.18209.29-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 89.16%
GREEN value IS 22 (8.98% from 255) = 10.84%
BLUE value IS 0 (0.39% from 255) = 0%
R=89.16%
G=10.84%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 1
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18122000.8810.297.2910035.49
HexB5160058641D76423
Octal265260013014435714443
Binary10110101101100010110001100100111011111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B51600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B51600; }

 p { color: rgb(181,22,0); }

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

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

 a { background-color: rgb(181,22,0); }

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

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

 span { border-color: rgb(181,22,0); }

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