Html Css Color HEX #BA0B06 Free Speech Red

📋 copy color: '#BA0B06'

red 186 ◦ green 11 ◦ blue 6

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

Shades of Free Speech Red #BA0B06

Tints of Free Speech Red #BA0B06

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.42%

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

R = 91.63%
G = 5.42%
B = 2.96%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BA0B06 (or 0xBA0B06) is known color: Free Speech Red. HEX triplet: BA, 0B and 06. RGB value is (186,11,6). Sum of RGB (Red+Green+Blue) = 186+11+6=203 (26% of max value = 765). Red value is 186 (73.05% from 255 or 91.63% from 203); Green value is 11 (4.69% from 255 or 5.42% from 203); Blue value is 6 (2.73% from 255 or 2.96% from 203); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0B06 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0B06 is #45F4F9. Grayscale: #3E3E3E. Windows color (decimal): -4584698 or 396218. OLE color: 396218.

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

Color convert

RGB 186 11 6 -
CMYK 0 0.94 0.97 0.27
HSL 1.67º 0.94% 0.38% -
HSV(B) 1.67º 0.97% 0.73% -
XYZ 20.4 10.69 1.16 -
YUV 62.76 95.98 215.91 -
System Red Green Blue C M Y K H S L
Decimal 186 11 6 0 0.94 0.97 0.27 1.67 0.94 0.38
Hex BA B 6 0 5E 61 1B 2 5E 26
Octal 272 13 6 0 136 141 33 2 136 46
Binary 10111010 1011 110 0 1011110 1100001 11011 10 1011110 100110

Color Harmonies of #BA0B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0B06

Black with #BA0B06

Text Example


Text Example

White with #BA0B06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0B06; }

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

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

background-color css

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

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

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

border-color css

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

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

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