#BA1205

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

Shades of Free Speech Red #BA1205

Tints of Free Speech Red #BA1205

Color information

#BA1205 (or 0xBA1205) is unknown color: approx Free Speech Red. HEX triplet: BA, 12 and 05. RGB value is (186,18,5). Sum of RGB (Red+Green+Blue) = 186+18+5=209 (27% of max value = 765). Red value is 186 (73.05% from 255 or 89.00% from 209); Green value is 18 (7.42% from 255 or 8.61% from 209); Blue value is 5 (2.34% from 255 or 2.39% from 209); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1205 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1205 is #45EDFA. Grayscale: #424242. Windows color (decimal): -4582907 or 332474. OLE color: 332474.

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

Color convert

RGB186185-
CMYK00.900.970.27
HSL4.31º94.76%37.45%-
HSV(B)4.31º97.31%72.94%-
XYZ20.4910.881.16-
YUV66.7593.16213.06-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 89.00%
GREEN value IS 18 (7.42% from 255) = 8.61%
BLUE value IS 5 (2.34% from 255) = 2.39%
R=89.00%
G=8.61%
B=2.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.97
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618500.900.970.274.3194.7637.45
HexBA12505A611B45f25
Octal272225013214133413745
Binary1011101010010101010110101100001110111001011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1205; }

 p { color: rgb(186,18,5); }

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

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

 a { background-color: rgb(186,18,5); }

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

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

 span { border-color: rgb(186,18,5); }

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