Html Css Color HEX #BA1C18 Fire Brick

📋 copy color: '#BA1C18'

red 186 ◦ green 28 ◦ blue 24

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

Shades of Fire Brick #BA1C18

Tints of Fire Brick #BA1C18

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.76%

 BLUE value IS 24 (9.77% from 255) = 10.08%

R = 78.15%
G = 11.76%
B = 10.08%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BA1C18 (or 0xBA1C18) is known color: Fire Brick. HEX triplet: BA, 1C and 18. RGB value is (186,28,24). Sum of RGB (Red+Green+Blue) = 186+28+24=238 (31% of max value = 765). Red value is 186 (73.05% from 255 or 78.15% from 238); Green value is 28 (11.33% from 255 or 11.76% from 238); Blue value is 24 (9.77% from 255 or 10.08% from 238); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1C18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA1C18 is #45E3E7. Grayscale: #4A4A4A. Windows color (decimal): -4580328 or 1580218. OLE color: 1580218.

HSL color Cylindrical-coordinate representation of color #BA1C18: hue angle of 1.48º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA1C18 is Cyan = 0, Magento = 0.85, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 28 24 -
CMYK 0 0.85 0.87 0.27
HSL 1.48º 0.77% 0.41% -
HSV(B) 1.48º 0.87% 0.73% -
XYZ 20.83 11.34 1.95 -
YUV 74.79 99.35 207.33 -
System Red Green Blue C M Y K H S L
Decimal 186 28 24 0 0.85 0.87 0.27 1.48 0.77 0.41
Hex BA 1C 18 0 55 57 1B 1 4D 29
Octal 272 34 30 0 125 127 33 1 115 51
Binary 10111010 11100 11000 0 1010101 1010111 11011 1 1001101 101001

Color Harmonies of #BA1C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1C18

Black with #BA1C18

Text Example


Text Example

White with #BA1C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1C18; }

 p { color: rgb(186,28,24); }

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

background-color css

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

 a { background-color: rgb(186,28,24); }

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

border-color css

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

 span { border-color: rgb(186,28,24); }

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