#B40E08

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

Shades of Free Speech Red #B40E08

Tints of Free Speech Red #B40E08

Color information

#B40E08 (or 0xB40E08) is unknown color: approx Free Speech Red. HEX triplet: B4, 0E and 08. RGB value is (180,14,8). Sum of RGB (Red+Green+Blue) = 180+14+8=202 (26% of max value = 765). Red value is 180 (70.70% from 255 or 89.11% from 202); Green value is 14 (5.86% from 255 or 6.93% from 202); Blue value is 8 (3.52% from 255 or 3.96% from 202); Max value from RGB is 180 - color contains mainly: red. Hex color #B40E08 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B40E08 is #4BF1F7. Grayscale: #3F3F3F. Windows color (decimal): -4977144 or 528052. OLE color: 528052.

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

Color convert

RGB180148-
CMYK00.920.960.29
HSL2.09º91.49%36.86%-
HSV(B)2.09º95.56%70.59%-
XYZ19.0210.031.16-
YUV62.9597211.49-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 89.11%
GREEN value IS 14 (5.86% from 255) = 6.93%
BLUE value IS 8 (3.52% from 255) = 3.96%
R=89.11%
G=6.93%
B=3.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.96
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014800.920.960.292.0991.4936.86
HexB4E805C601D25b25
Octal2641610013414035213345
Binary101101001110100001011100110000011101101011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40E08; }

 p { color: rgb(180,14,8); }

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

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

 a { background-color: rgb(180,14,8); }

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

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

 span { border-color: rgb(180,14,8); }

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