Html Css Color HEX #BA0D00 Free Speech Red

📋 copy color: '#BA0D00'

red 186 ◦ green 13 ◦ blue 0

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

Shades of Free Speech Red #BA0D00

Tints of Free Speech Red #BA0D00

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.53%

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

R = 93.47%
G = 6.53%
B = 0%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BA0D00 (or 0xBA0D00) is known color: Free Speech Red. HEX triplet: BA, 0D and 00. RGB value is (186,13,0). Sum of RGB (Red+Green+Blue) = 186+13+0=199 (26% of max value = 765). Red value is 186 (73.05% from 255 or 93.47% from 199); Green value is 13 (5.47% from 255 or 6.53% from 199); Blue value is 0 (0.39% from 255 or 0% from 199); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0D00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0D00 is #45F2FF. Grayscale: #3F3F3F. Windows color (decimal): -4584192 or 3514. OLE color: 3514.

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

Color convert

RGB 186 13 0 -
CMYK 0 0.93 1 0.27
HSL 4.19º 1% 0.36% -
HSV(B) 4.19º 1% 0.73% -
XYZ 20.39 10.73 1 -
YUV 63.25 92.31 215.56 -
System Red Green Blue C M Y K H S L
Decimal 186 13 0 0 0.93 1 0.27 4.19 1 0.36
Hex BA D 0 0 5D 64 1B 4 64 24
Octal 272 15 0 0 135 144 33 4 144 44
Binary 10111010 1101 0 0 1011101 1100100 11011 100 1100100 100100

Color Harmonies of #BA0D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0D00

Black with #BA0D00

Text Example


Text Example

White with #BA0D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0D00; }

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

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

background-color css

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

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

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

border-color css

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

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

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