#BA0200

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

Shades of Free Speech Red #BA0200

Tints of Free Speech Red #BA0200

Color information

#BA0200 (or 0xBA0200) is unknown color: approx Free Speech Red. HEX triplet: BA, 02 and 00. RGB value is (186,2,0). Sum of RGB (Red+Green+Blue) = 186+2+0=188 (24% of max value = 765). Red value is 186 (73.05% from 255 or 98.94% from 188); Green value is 2 (1.17% from 255 or 1.06% from 188); Blue value is 0 (0.39% from 255 or 0% from 188); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0200 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0200 is #45FDFF. Grayscale: #383838. Windows color (decimal): -4587008 or 698. OLE color: 698.

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

Color convert

RGB18620-
CMYK00.9910.27
HSL0.65º100%36.47%-
HSV(B)0.65º100%72.94%-
XYZ20.2710.480.95-
YUV56.7995.96220.16-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 98.94%
GREEN value IS 2 (1.17% from 255) = 1.06%
BLUE value IS 0 (0.39% from 255) = 0%
R=98.94%
G=1.06%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1862000.9910.270.6510036.47
HexBA20063641B16424
Octal27220014314433114444
Binary101110101000110001111001001101111100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0200; }

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

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

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

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

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

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

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

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