Html Css Color HEX #BA0D06 Free Speech Red

📋 copy color: '#BA0D06'

red 186 ◦ green 13 ◦ blue 6

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

Shades of Free Speech Red #BA0D06

Tints of Free Speech Red #BA0D06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.93%

R = 90.73%
G = 6.34%
B = 2.93%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BA0D06 (or 0xBA0D06) is known color: Free Speech Red. HEX triplet: BA, 0D and 06. RGB value is (186,13,6). Sum of RGB (Red+Green+Blue) = 186+13+6=205 (27% of max value = 765). Red value is 186 (73.05% from 255 or 90.73% from 205); Green value is 13 (5.47% from 255 or 6.34% from 205); Blue value is 6 (2.73% from 255 or 2.93% from 205); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0D06 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0D06 is #45F2F9. Grayscale: #404040. Windows color (decimal): -4584186 or 396730. OLE color: 396730.

HSL color Cylindrical-coordinate representation of color #BA0D06: hue angle of 2.33º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA0D06 is Cyan = 0, Magento = 0.93, Yellow = 0.97 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 13 6 -
CMYK 0 0.93 0.97 0.27
HSL 2.33º 0.94% 0.38% -
HSV(B) 2.33º 0.97% 0.73% -
XYZ 20.43 10.74 1.17 -
YUV 63.93 95.31 215.07 -
System Red Green Blue C M Y K H S L
Decimal 186 13 6 0 0.93 0.97 0.27 2.33 0.94 0.38
Hex BA D 6 0 5D 61 1B 2 5E 26
Octal 272 15 6 0 135 141 33 2 136 46
Binary 10111010 1101 110 0 1011101 1100001 11011 10 1011110 100110

Color Harmonies of #BA0D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0D06

Black with #BA0D06

Text Example


Text Example

White with #BA0D06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0D06; }

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

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

background-color css

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

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

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

border-color css

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

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

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