Html Css Color HEX #BA0E00 Free Speech Red

📋 copy color: '#BA0E00'

red 186 ◦ green 14 ◦ blue 0

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

Shades of Free Speech Red #BA0E00

Tints of Free Speech Red #BA0E00

RGB

 RED value IS 186 (73.05% from 255) = 93%

 GREEN value IS 14 (5.86% from 255) = 7%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 93%
G = 7%
B = 0%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BA0E00 (or 0xBA0E00) is known color: Free Speech Red. HEX triplet: BA, 0E and 00. RGB value is (186,14,0). Sum of RGB (Red+Green+Blue) = 186+14+0=200 (26% of max value = 765). Red value is 186 (73.05% from 255 or 93% from 200); Green value is 14 (5.86% from 255 or 7% from 200); Blue value is 0 (0.39% from 255 or 0% from 200); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0E00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0E00 is #45F1FF. Grayscale: #404040. Windows color (decimal): -4583936 or 3770. OLE color: 3770.

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

Color convert

RGB 186 14 0 -
CMYK 0 0.92 1 0.27
HSL 4.52º 1% 0.36% -
HSV(B) 4.52º 1% 0.73% -
XYZ 20.41 10.75 1 -
YUV 63.83 91.98 215.14 -
System Red Green Blue C M Y K H S L
Decimal 186 14 0 0 0.92 1 0.27 4.52 1 0.36
Hex BA E 0 0 5C 64 1B 5 64 24
Octal 272 16 0 0 134 144 33 5 144 44
Binary 10111010 1110 0 0 1011100 1100100 11011 101 1100100 100100

Color Harmonies of #BA0E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0E00

Black with #BA0E00

Text Example


Text Example

White with #BA0E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0E00; }

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

 H1.HeaderClassName
 {
   color: #BA0E00;
 }
 .AnyTagClassName
 {
   color: #BA0E00;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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