Html Css Color HEX #BA1413 Fire Brick

📋 copy color: '#BA1413'

red 186 ◦ green 20 ◦ blue 19

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

Shades of Fire Brick #BA1413

Tints of Fire Brick #BA1413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.44%

R = 82.67%
G = 8.89%
B = 8.44%

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

#BA1413 (or 0xBA1413) is known color: Fire Brick. HEX triplet: BA, 14 and 13. RGB value is (186,20,19). Sum of RGB (Red+Green+Blue) = 186+20+19=225 (29% of max value = 765). Red value is 186 (73.05% from 255 or 82.67% from 225); Green value is 20 (8.20% from 255 or 8.89% from 225); Blue value is 19 (7.81% from 255 or 8.44% from 225); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1413 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1413 is #45EBEC. Grayscale: #454545. Windows color (decimal): -4582381 or 1250490. OLE color: 1250490.

HSL color Cylindrical-coordinate representation of color #BA1413: hue angle of 0.36º degrees, saturation: 0.81, 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 #BA1413 is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 20 19 -
CMYK 0 0.89 0.90 0.27
HSL 0.36º 0.81% 0.4% -
HSV(B) 0.36º 0.9% 0.73% -
XYZ 20.62 10.99 1.65 -
YUV 69.52 99.5 211.08 -
System Red Green Blue C M Y K H S L
Decimal 186 20 19 0 0.89 0.90 0.27 0.36 0.81 0.4
Hex BA 14 13 0 59 5A 1B 0 51 28
Octal 272 24 23 0 131 132 33 0 121 50
Binary 10111010 10100 10011 0 1011001 1011010 11011 0 1010001 101000

Color Harmonies of #BA1413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1413

Black with #BA1413

Text Example


Text Example

White with #BA1413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1413; }

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

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

background-color css

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

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

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

border-color css

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

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

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