#B41609

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

Shades of Free Speech Red #B41609

Tints of Free Speech Red #B41609

Color information

#B41609 (or 0xB41609) is unknown color: approx Free Speech Red. HEX triplet: B4, 16 and 09. RGB value is (180,22,9). Sum of RGB (Red+Green+Blue) = 180+22+9=211 (27% of max value = 765). Red value is 180 (70.70% from 255 or 85.31% from 211); Green value is 22 (8.98% from 255 or 10.43% from 211); Blue value is 9 (3.91% from 255 or 4.27% from 211); Max value from RGB is 180 - color contains mainly: red. Hex color #B41609 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B41609 is #4BE9F6. Grayscale: #434343. Windows color (decimal): -4975095 or 595636. OLE color: 595636.

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

Color convert

RGB180229-
CMYK00.880.950.29
HSL4.56º90.48%37.06%-
HSV(B)4.56º95%70.59%-
XYZ19.1610.31.24-
YUV67.7694.85208.06-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 85.31%
GREEN value IS 22 (8.98% from 255) = 10.43%
BLUE value IS 9 (3.91% from 255) = 4.27%
R=85.31%
G=10.43%
B=4.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.95
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18022900.880.950.294.5690.4837.06
HexB41690585F1D55a25
Octal2642611013013735513245
Binary10110100101101001010110001011111111011011011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41609; }

 p { color: rgb(180,22,9); }

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

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

 a { background-color: rgb(180,22,9); }

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

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

 span { border-color: rgb(180,22,9); }

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