Html Css Color HEX #BA0200 Free Speech Red

📋 copy color: '#BA0200'

red 186 ◦ green 2 ◦ blue 0

#BA0200
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Red #BA0200

Tints of Free Speech Red #BA0200

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 value IS 0

 M value IS 0.99

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BA0200 (or 0xBA0200) is known color: 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

RGB 186 2 0 -
CMYK 0 0.99 1 0.27
HSL 0.65º 1% 0.36% -
HSV(B) 0.65º 1% 0.73% -
XYZ 20.27 10.48 0.95 -
YUV 56.79 95.96 220.16 -
System Red Green Blue C M Y K H S L
Decimal 186 2 0 0 0.99 1 0.27 0.65 1 0.36
Hex BA 2 0 0 63 64 1B 1 64 24
Octal 272 2 0 0 143 144 33 1 144 44
Binary 10111010 10 0 0 1100011 1100100 11011 1 1100100 100100

Color Harmonies of #BA0200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0200

Black with #BA0200

Text Example


Text Example

White with #BA0200

Text Example


Text Example

HTML Codes & Css Web 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>