#BA0C06

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

Shades of Free Speech Red #BA0C06

Tints of Free Speech Red #BA0C06

Color information

#BA0C06 (or 0xBA0C06) is unknown color: approx Free Speech Red. HEX triplet: BA, 0C and 06. RGB value is (186,12,6). Sum of RGB (Red+Green+Blue) = 186+12+6=204 (27% of max value = 765). Red value is 186 (73.05% from 255 or 91.18% from 204); Green value is 12 (5.08% from 255 or 5.88% from 204); Blue value is 6 (2.73% from 255 or 2.94% from 204); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0C06 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0C06 is #45F3F9. Grayscale: #3F3F3F. Windows color (decimal): -4584442 or 396474. OLE color: 396474.

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

Color convert

RGB186126-
CMYK00.940.970.27
HSL93.75%37.65%-
HSV(B)96.77%72.94%-
XYZ20.4110.721.16-
YUV63.3495.65215.49-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 91.18%
GREEN value IS 12 (5.08% from 255) = 5.88%
BLUE value IS 6 (2.73% from 255) = 2.94%
R=91.18%
G=5.88%
B=2.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.97
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612600.940.970.27293.7537.65
HexBAC605E611B25e26
Octal272146013614133213646
Binary10111010110011001011110110000111011101011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0C06; }

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

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

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

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

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

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

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

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