#BA1400

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

Shades of Free Speech Red #BA1400

Tints of Free Speech Red #BA1400

Color information

#BA1400 (or 0xBA1400) is unknown color: approx Free Speech Red. HEX triplet: BA, 14 and 00. RGB value is (186,20,0). Sum of RGB (Red+Green+Blue) = 186+20+0=206 (27% of max value = 765). Red value is 186 (73.05% from 255 or 90.29% from 206); Green value is 20 (8.20% from 255 or 9.71% from 206); Blue value is 0 (0.39% from 255 or 0% from 206); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1400 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1400 is #45EBFF. Grayscale: #434343. Windows color (decimal): -4582400 or 5306. OLE color: 5306.

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

Color convert

RGB186200-
CMYK00.8910.27
HSL6.45º100%36.47%-
HSV(B)6.45º100%72.94%-
XYZ20.510.941.03-
YUV67.3590212.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 90.29%
GREEN value IS 20 (8.20% from 255) = 9.71%
BLUE value IS 0 (0.39% from 255) = 0%
R=90.29%
G=9.71%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18620000.8910.276.4510036.47
HexBA140059641B66424
Octal272240013114433614444
Binary10111010101000010110011100100110111101100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1400; }

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

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

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

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

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

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

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

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