#B40C09

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

Shades of Free Speech Red #B40C09

Tints of Free Speech Red #B40C09

Color information

#B40C09 (or 0xB40C09) is unknown color: approx Free Speech Red. HEX triplet: B4, 0C and 09. RGB value is (180,12,9). Sum of RGB (Red+Green+Blue) = 180+12+9=201 (26% of max value = 765). Red value is 180 (70.70% from 255 or 89.55% from 201); Green value is 12 (5.08% from 255 or 5.97% from 201); Blue value is 9 (3.91% from 255 or 4.48% from 201); Max value from RGB is 180 - color contains mainly: red. Hex color #B40C09 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B40C09 is #4BF3F6. Grayscale: #3E3E3E. Windows color (decimal): -4977655 or 593076. OLE color: 593076.

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

Color convert

RGB180129-
CMYK00.930.950.29
HSL1.05º90.48%37.06%-
HSV(B)1.05º95%70.59%-
XYZ199.991.18-
YUV61.8998.16212.24-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 89.55%
GREEN value IS 12 (5.08% from 255) = 5.97%
BLUE value IS 9 (3.91% from 255) = 4.48%
R=89.55%
G=5.97%
B=4.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.95
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012900.930.950.291.0590.4837.06
HexB4C905D5F1D15a25
Octal2641411013513735113245
Binary10110100110010010101110110111111110111011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40C09; }

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

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

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

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

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

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

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

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