Html Css Color HEX #BA1412 Fire Brick

📋 copy color: '#BA1412'

red 186 ◦ green 20 ◦ blue 18

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

Shades of Fire Brick #BA1412

Tints of Fire Brick #BA1412

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.93%

 BLUE value IS 18 (7.42% from 255) = 8.04%

R = 83.04%
G = 8.93%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BA1412 (or 0xBA1412) is known color: Fire Brick. HEX triplet: BA, 14 and 12. RGB value is (186,20,18). Sum of RGB (Red+Green+Blue) = 186+20+18=224 (29% of max value = 765). Red value is 186 (73.05% from 255 or 83.04% from 224); Green value is 20 (8.20% from 255 or 8.93% from 224); Blue value is 18 (7.42% from 255 or 8.04% from 224); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1412 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1412 is #45EBED. Grayscale: #454545. Windows color (decimal): -4582382 or 1184954. OLE color: 1184954.

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

Color convert

RGB 186 20 18 -
CMYK 0 0.89 0.90 0.27
HSL 0.71º 0.82% 0.4% -
HSV(B) 0.71º 0.9% 0.73% -
XYZ 20.61 10.98 1.61 -
YUV 69.41 99 211.16 -
System Red Green Blue C M Y K H S L
Decimal 186 20 18 0 0.89 0.90 0.27 0.71 0.82 0.4
Hex BA 14 12 0 59 5A 1B 1 52 28
Octal 272 24 22 0 131 132 33 1 122 50
Binary 10111010 10100 10010 0 1011001 1011010 11011 1 1010010 101000

Color Harmonies of #BA1412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1412

Black with #BA1412

Text Example


Text Example

White with #BA1412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1412; }

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

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

background-color css

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

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

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

border-color css

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

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

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