Html Css Color HEX #BA120B Free Speech Red

📋 copy color: '#BA120B'

red 186 ◦ green 18 ◦ blue 11

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

Shades of Free Speech Red #BA120B

Tints of Free Speech Red #BA120B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.37%

 BLUE value IS 11 (4.69% from 255) = 5.12%

R = 86.51%
G = 8.37%
B = 5.12%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BA120B (or 0xBA120B) is known color: Free Speech Red. HEX triplet: BA, 12 and 0B. RGB value is (186,18,11). Sum of RGB (Red+Green+Blue) = 186+18+11=215 (28% of max value = 765). Red value is 186 (73.05% from 255 or 86.51% from 215); Green value is 18 (7.42% from 255 or 8.37% from 215); Blue value is 11 (4.69% from 255 or 5.12% from 215); Max value from RGB is 186 - color contains mainly: red. Hex color #BA120B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA120B is #45EDF4. Grayscale: #434343. Windows color (decimal): -4582901 or 725690. OLE color: 725690.

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

Color convert

RGB 186 18 11 -
CMYK 0 0.90 0.94 0.27
HSL 2.4º 0.89% 0.39% -
HSV(B) 2.4º 0.94% 0.73% -
XYZ 20.53 10.9 1.34 -
YUV 67.43 96.16 212.57 -
System Red Green Blue C M Y K H S L
Decimal 186 18 11 0 0.90 0.94 0.27 2.4 0.89 0.39
Hex BA 12 B 0 5A 5E 1B 2 59 27
Octal 272 22 13 0 132 136 33 2 131 47
Binary 10111010 10010 1011 0 1011010 1011110 11011 10 1011001 100111

Color Harmonies of #BA120B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA120B

Black with #BA120B

Text Example


Text Example

White with #BA120B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA120B; }

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

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

background-color css

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

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

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

border-color css

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

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

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