Html Css Color HEX #BA1912 Fire Brick

📋 copy color: '#BA1912'

red 186 ◦ green 25 ◦ blue 18

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

Shades of Fire Brick #BA1912

Tints of Fire Brick #BA1912

RGB

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

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

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

R = 81.22%
G = 10.92%
B = 7.86%

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

#BA1912 (or 0xBA1912) is known color: Fire Brick. HEX triplet: BA, 19 and 12. RGB value is (186,25,18). Sum of RGB (Red+Green+Blue) = 186+25+18=229 (30% of max value = 765). Red value is 186 (73.05% from 255 or 81.22% from 229); Green value is 25 (10.16% from 255 or 10.92% from 229); Blue value is 18 (7.42% from 255 or 7.86% from 229); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1912 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1912 is #45E6ED. Grayscale: #484848. Windows color (decimal): -4581102 or 1186234. OLE color: 1186234.

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

Color convert

RGB 186 25 18 -
CMYK 0 0.87 0.90 0.27
HSL 2.5º 0.82% 0.4% -
HSV(B) 2.5º 0.9% 0.73% -
XYZ 20.71 11.18 1.64 -
YUV 72.34 97.34 209.07 -
System Red Green Blue C M Y K H S L
Decimal 186 25 18 0 0.87 0.90 0.27 2.5 0.82 0.4
Hex BA 19 12 0 57 5A 1B 2 52 28
Octal 272 31 22 0 127 132 33 2 122 50
Binary 10111010 11001 10010 0 1010111 1011010 11011 10 1010010 101000

Color Harmonies of #BA1912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1912

Black with #BA1912

Text Example


Text Example

White with #BA1912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1912; }

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

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

background-color css

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

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

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

border-color css

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

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

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