#B80804

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

Shades of Free Speech Red #B80804

Tints of Free Speech Red #B80804

Color information

#B80804 (or 0xB80804) is unknown color: approx Free Speech Red. HEX triplet: B8, 08 and 04. RGB value is (184,8,4). Sum of RGB (Red+Green+Blue) = 184+8+4=196 (25% of max value = 765). Red value is 184 (72.27% from 255 or 93.88% from 196); Green value is 8 (3.52% from 255 or 4.08% from 196); Blue value is 4 (1.95% from 255 or 2.04% from 196); Max value from RGB is 184 - color contains mainly: red. Hex color #B80804 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80804 is #47F7FB. Grayscale: #3C3C3C. Windows color (decimal): -4716540 or 264376. OLE color: 264376.

HSL color Cylindrical-coordinate representation of color #B80804: hue angle of 1.33º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B80804 is Cyan = 0, Magento = 0.96, Yellow = 0.98 and Black (K on CMYK) = 0.28.

Color convert

RGB18484-
CMYK00.960.980.28
HSL1.33º95.74%36.86%-
HSV(B)1.33º97.83%72.16%-
XYZ19.8810.371.07-
YUV60.1796.31216.33-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 93.88%
GREEN value IS 8 (3.52% from 255) = 4.08%
BLUE value IS 4 (1.95% from 255) = 2.04%
R=93.88%
G=4.08%
B=2.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.98
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1848400.960.980.281.3395.7436.86
HexB884060621C16025
Octal270104014014234114045
Binary1011100010001000110000011000101110011100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80804; }

 p { color: rgb(184,8,4); }

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

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

 a { background-color: rgb(184,8,4); }

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

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

 span { border-color: rgb(184,8,4); }

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