#BA0402

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

Shades of Free Speech Red #BA0402

Tints of Free Speech Red #BA0402

Color information

#BA0402 (or 0xBA0402) is unknown color: approx Free Speech Red. HEX triplet: BA, 04 and 02. RGB value is (186,4,2). Sum of RGB (Red+Green+Blue) = 186+4+2=192 (25% of max value = 765). Red value is 186 (73.05% from 255 or 96.88% from 192); Green value is 4 (1.95% from 255 or 2.08% from 192); Blue value is 2 (1.17% from 255 or 1.04% from 192); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0402 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0402 is #45FBFD. Grayscale: #3A3A3A. Windows color (decimal): -4586494 or 132282. OLE color: 132282.

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

Color convert

RGB18642-
CMYK00.980.990.27
HSL0.65º97.87%36.86%-
HSV(B)0.65º98.92%72.94%-
XYZ20.310.531.02-
YUV58.1996.3219.16-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 96.88%
GREEN value IS 4 (1.95% from 255) = 2.08%
BLUE value IS 2 (1.17% from 255) = 1.04%
R=96.88%
G=2.08%
B=1.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.99
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1864200.980.990.270.6597.8736.86
HexBA42062631B16225
Octal27242014214333114245
Binary10111010100100110001011000111101111100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0402; }

 p { color: rgb(186,4,2); }

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

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

 a { background-color: rgb(186,4,2); }

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

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

 span { border-color: rgb(186,4,2); }

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