#BA1300

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

Shades of Free Speech Red #BA1300

Tints of Free Speech Red #BA1300

Color information

#BA1300 (or 0xBA1300) is unknown color: approx Free Speech Red. HEX triplet: BA, 13 and 00. RGB value is (186,19,0). Sum of RGB (Red+Green+Blue) = 186+19+0=205 (27% of max value = 765). Red value is 186 (73.05% from 255 or 90.73% from 205); Green value is 19 (7.81% from 255 or 9.27% from 205); Blue value is 0 (0.39% from 255 or 0% from 205); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1300 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1300 is #45ECFF. Grayscale: #434343. Windows color (decimal): -4582656 or 5050. OLE color: 5050.

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

Color convert

RGB186190-
CMYK00.9010.27
HSL6.13º100%36.47%-
HSV(B)6.13º100%72.94%-
XYZ20.4810.91.03-
YUV66.7790.33213.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 90.73%
GREEN value IS 19 (7.81% from 255) = 9.27%
BLUE value IS 0 (0.39% from 255) = 0%
R=90.73%
G=9.27%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18619000.9010.276.1310036.47
HexBA13005A641B66424
Octal272230013214433614444
Binary10111010100110010110101100100110111101100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1300; }

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

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

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

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

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

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

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

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