#BA1900

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

Shades of Free Speech Red #BA1900

Tints of Free Speech Red #BA1900

Color information

#BA1900 (or 0xBA1900) is unknown color: approx Free Speech Red. HEX triplet: BA, 19 and 00. RGB value is (186,25,0). Sum of RGB (Red+Green+Blue) = 186+25+0=211 (27% of max value = 765). Red value is 186 (73.05% from 255 or 88.15% from 211); Green value is 25 (10.16% from 255 or 11.85% from 211); Blue value is 0 (0.39% from 255 or 0% from 211); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1900 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1900 is #45E6FF. Grayscale: #464646. Windows color (decimal): -4581120 or 6586. OLE color: 6586.

HSL color Cylindrical-coordinate representation of color #BA1900: hue angle of 8.06º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA1900 is Cyan = 0, Magento = 0.87, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB186250-
CMYK00.8710.27
HSL8.06º100%36.47%-
HSV(B)8.06º100%72.94%-
XYZ20.611.131.06-
YUV70.2988.34210.53-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 88.15%
GREEN value IS 25 (10.16% from 255) = 11.85%
BLUE value IS 0 (0.39% from 255) = 0%
R=88.15%
G=11.85%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18625000.8710.278.0610036.47
HexBA190057641B86424
Octal2723100127144331014444
Binary101110101100100101011111001001101110001100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1900; }

 p { color: rgb(186,25,0); }

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

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

 a { background-color: rgb(186,25,0); }

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

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

 span { border-color: rgb(186,25,0); }

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