Html Css Color HEX #BA1211 Fire Brick

📋 copy color: '#BA1211'

red 186 ◦ green 18 ◦ blue 17

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

Shades of Fire Brick #BA1211

Tints of Fire Brick #BA1211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.69%

R = 84.16%
G = 8.14%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BA1211 (or 0xBA1211) is known color: Fire Brick. HEX triplet: BA, 12 and 11. RGB value is (186,18,17). Sum of RGB (Red+Green+Blue) = 186+18+17=221 (29% of max value = 765). Red value is 186 (73.05% from 255 or 84.16% from 221); Green value is 18 (7.42% from 255 or 8.14% from 221); Blue value is 17 (7.03% from 255 or 7.69% from 221); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1211 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1211 is #45EDEE. Grayscale: #444444. Windows color (decimal): -4582895 or 1118906. OLE color: 1118906.

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

Color convert

RGB 186 18 17 -
CMYK 0 0.90 0.91 0.27
HSL 0.36º 0.83% 0.4% -
HSV(B) 0.36º 0.91% 0.73% -
XYZ 20.57 10.91 1.55 -
YUV 68.12 99.16 212.08 -
System Red Green Blue C M Y K H S L
Decimal 186 18 17 0 0.90 0.91 0.27 0.36 0.83 0.4
Hex BA 12 11 0 5A 5B 1B 0 53 28
Octal 272 22 21 0 132 133 33 0 123 50
Binary 10111010 10010 10001 0 1011010 1011011 11011 0 1010011 101000

Color Harmonies of #BA1211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1211

Black with #BA1211

Text Example


Text Example

White with #BA1211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1211; }

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

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

background-color css

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

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

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

border-color css

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

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

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