#B01205

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

Shades of Free Speech Red #B01205

Tints of Free Speech Red #B01205

Color information

#B01205 (or 0xB01205) is unknown color: approx Free Speech Red. HEX triplet: B0, 12 and 05. RGB value is (176,18,5). Sum of RGB (Red+Green+Blue) = 176+18+5=199 (26% of max value = 765). Red value is 176 (69.14% from 255 or 88.44% from 199); Green value is 18 (7.42% from 255 or 9.05% from 199); Blue value is 5 (2.34% from 255 or 2.51% from 199); Max value from RGB is 176 - color contains mainly: red. Hex color #B01205 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B01205 is #4FEDFA. Grayscale: #3F3F3F. Windows color (decimal): -5238267 or 332464. OLE color: 332464.

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

Color convert

RGB176185-
CMYK00.900.970.31
HSL4.56º94.48%35.49%-
HSV(B)4.56º97.16%69.02%-
XYZ18.159.671.05-
YUV63.7694.85208.06-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 88.44%
GREEN value IS 18 (7.42% from 255) = 9.05%
BLUE value IS 5 (2.34% from 255) = 2.51%
R=88.44%
G=9.05%
B=2.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.97
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17618500.900.970.314.5694.4835.49
HexB012505A611F55e23
Octal260225013214137513643
Binary1011000010010101010110101100001111111011011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01205; }

 p { color: rgb(176,18,5); }

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

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

 a { background-color: rgb(176,18,5); }

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

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

 span { border-color: rgb(176,18,5); }

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