Html Css Color HEX #BA1913 Fire Brick

📋 copy color: '#BA1913'

red 186 ◦ green 25 ◦ blue 19

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

Shades of Fire Brick #BA1913

Tints of Fire Brick #BA1913

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.87%

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

R = 80.87%
G = 10.87%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BA1913 (or 0xBA1913) is known color: Fire Brick. HEX triplet: BA, 19 and 13. RGB value is (186,25,19). Sum of RGB (Red+Green+Blue) = 186+25+19=230 (30% of max value = 765). Red value is 186 (73.05% from 255 or 80.87% from 230); Green value is 25 (10.16% from 255 or 10.87% from 230); Blue value is 19 (7.81% from 255 or 8.26% from 230); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1913 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1913 is #45E6EC. Grayscale: #484848. Windows color (decimal): -4581101 or 1251770. OLE color: 1251770.

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

Color convert

RGB 186 25 19 -
CMYK 0 0.87 0.90 0.27
HSL 2.16º 0.81% 0.4% -
HSV(B) 2.16º 0.9% 0.73% -
XYZ 20.71 11.18 1.68 -
YUV 72.46 97.84 208.99 -
System Red Green Blue C M Y K H S L
Decimal 186 25 19 0 0.87 0.90 0.27 2.16 0.81 0.4
Hex BA 19 13 0 57 5A 1B 2 51 28
Octal 272 31 23 0 127 132 33 2 121 50
Binary 10111010 11001 10011 0 1010111 1011010 11011 10 1010001 101000

Color Harmonies of #BA1913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1913

Black with #BA1913

Text Example


Text Example

White with #BA1913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1913; }

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

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

background-color css

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

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

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

border-color css

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

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

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