#B80A04

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

Shades of Free Speech Red #B80A04

Tints of Free Speech Red #B80A04

Color information

#B80A04 (or 0xB80A04) is unknown color: approx Free Speech Red. HEX triplet: B8, 0A and 04. RGB value is (184,10,4). Sum of RGB (Red+Green+Blue) = 184+10+4=198 (26% of max value = 765). Red value is 184 (72.27% from 255 or 92.93% from 198); Green value is 10 (4.30% from 255 or 5.05% from 198); Blue value is 4 (1.95% from 255 or 2.02% from 198); Max value from RGB is 184 - color contains mainly: red. Hex color #B80A04 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80A04 is #47F5FB. Grayscale: #3D3D3D. Windows color (decimal): -4716028 or 264888. OLE color: 264888.

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

Color convert

RGB184104-
CMYK00.950.980.28
HSL95.74%36.86%-
HSV(B)97.83%72.16%-
XYZ19.910.421.08-
YUV61.3495.65215.49-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 92.93%
GREEN value IS 10 (4.30% from 255) = 5.05%
BLUE value IS 4 (1.95% from 255) = 2.02%
R=92.93%
G=5.05%
B=2.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.98
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410400.950.980.28295.7436.86
HexB8A405F621C26025
Octal270124013714234214045
Binary10111000101010001011111110001011100101100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80A04; }

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

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

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

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

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

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

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

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