#B80A0A

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

Shades of Free Speech Red #B80A0A

Tints of Free Speech Red #B80A0A

Color information

#B80A0A (or 0xB80A0A) is unknown color: approx Free Speech Red. HEX triplet: B8, 0A and 0A. RGB value is (184,10,10). Sum of RGB (Red+Green+Blue) = 184+10+10=204 (27% of max value = 765). Red value is 184 (72.27% from 255 or 90.20% from 204); Green value is 10 (4.30% from 255 or 4.90% from 204); Blue value is 10 (4.30% from 255 or 4.90% from 204); Max value from RGB is 184 - color contains mainly: red. Hex color #B80A0A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80A0A is #47F5F5. Grayscale: #3E3E3E. Windows color (decimal): -4716022 or 658104. OLE color: 658104.

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

Color convert

RGB1841010-
CMYK00.950.950.28
HSL89.69%38.04%-
HSV(B)94.57%72.16%-
XYZ19.9310.431.25-
YUV62.0398.65215-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 90.20%
GREEN value IS 10 (4.30% from 255) = 4.90%
BLUE value IS 10 (4.30% from 255) = 4.90%
R=90.20%
G=4.90%
B=4.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.95
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184101000.950.950.28089.6938.04
HexB8AA05F5F1C05a26
Octal2701212013713734013246
Binary10111000101010100101111110111111110001011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80A0A; }

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

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

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

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

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

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

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

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