#BA0806

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

Shades of Free Speech Red #BA0806

Tints of Free Speech Red #BA0806

Color information

#BA0806 (or 0xBA0806) is unknown color: approx Free Speech Red. HEX triplet: BA, 08 and 06. RGB value is (186,8,6). Sum of RGB (Red+Green+Blue) = 186+8+6=200 (26% of max value = 765). Red value is 186 (73.05% from 255 or 93% from 200); Green value is 8 (3.52% from 255 or 4% from 200); Blue value is 6 (2.73% from 255 or 3% from 200); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0806 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0806 is #45F7F9. Grayscale: #3D3D3D. Windows color (decimal): -4585466 or 395450. OLE color: 395450.

HSL color Cylindrical-coordinate representation of color #BA0806: hue angle of 0.67º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA0806 is Cyan = 0, Magento = 0.96, Yellow = 0.97 and Black (K on CMYK) = 0.27.

Color convert

RGB18686-
CMYK00.960.970.27
HSL0.67º93.75%37.65%-
HSV(B)0.67º96.77%72.94%-
XYZ20.3710.631.15-
YUV60.9996.97217.16-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 93%
GREEN value IS 8 (3.52% from 255) = 4%
BLUE value IS 6 (2.73% from 255) = 3%
R=93%
G=4%
B=3%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.97
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868600.960.970.270.6793.7537.65
HexBA86060611B15e26
Octal272106014014133113646
Binary1011101010001100110000011000011101111011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0806; }

 p { color: rgb(186,8,6); }

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

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

 a { background-color: rgb(186,8,6); }

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

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

 span { border-color: rgb(186,8,6); }

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