Html Css Color HEX #BA1818 Fire Brick

📋 copy color: '#BA1818'

red 186 ◦ green 24 ◦ blue 24

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

Shades of Fire Brick #BA1818

Tints of Fire Brick #BA1818

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.26%

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

R = 79.49%
G = 10.26%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BA1818 (or 0xBA1818) is known color: Fire Brick. HEX triplet: BA, 18 and 18. RGB value is (186,24,24). Sum of RGB (Red+Green+Blue) = 186+24+24=234 (30% of max value = 765). Red value is 186 (73.05% from 255 or 79.49% from 234); Green value is 24 (9.77% from 255 or 10.26% from 234); Blue value is 24 (9.77% from 255 or 10.26% from 234); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1818 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1818 is #45E7E7. Grayscale: #484848. Windows color (decimal): -4581352 or 1579194. OLE color: 1579194.

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

Color convert

RGB 186 24 24 -
CMYK 0 0.87 0.87 0.27
HSL 0.77% 0.41% -
HSV(B) 0.87% 0.73% -
XYZ 20.74 11.16 1.92 -
YUV 72.44 100.67 209 -
System Red Green Blue C M Y K H S L
Decimal 186 24 24 0 0.87 0.87 0.27 0 0.77 0.41
Hex BA 18 18 0 57 57 1B 0 4D 29
Octal 272 30 30 0 127 127 33 0 115 51
Binary 10111010 11000 11000 0 1010111 1010111 11011 0 1001101 101001

Color Harmonies of #BA1818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1818

Black with #BA1818

Text Example


Text Example

White with #BA1818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1818; }

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

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

background-color css

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

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

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

border-color css

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

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

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