#B01800

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

Shades of Free Speech Red #B01800

Tints of Free Speech Red #B01800

Color information

#B01800 (or 0xB01800) is unknown color: approx Free Speech Red. HEX triplet: B0, 18 and 00. RGB value is (176,24,0). Sum of RGB (Red+Green+Blue) = 176+24+0=200 (26% of max value = 765). Red value is 176 (69.14% from 255 or 88% from 200); Green value is 24 (9.77% from 255 or 12% from 200); Blue value is 0 (0.39% from 255 or 0% from 200); Max value from RGB is 176 - color contains mainly: red. Hex color #B01800 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B01800 is #4FE7FF. Grayscale: #424242. Windows color (decimal): -5236736 or 6320. OLE color: 6320.

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

Color convert

RGB176240-
CMYK00.8610.31
HSL8.18º100%34.51%-
HSV(B)8.18º100%69.02%-
XYZ18.239.880.95-
YUV66.7190.36205.95-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 88%
GREEN value IS 24 (9.77% from 255) = 12%
BLUE value IS 0 (0.39% from 255) = 0%
R=88%
G=12%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 1
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17624000.8610.318.1810034.51
HexB0180056641F86423
Octal2603000126144371014443
Binary101100001100000101011011001001111110001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01800; }

 p { color: rgb(176,24,0); }

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

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

 a { background-color: rgb(176,24,0); }

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

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

 span { border-color: rgb(176,24,0); }

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