Html Css Color HEX #BA1816 Fire Brick

📋 copy color: '#BA1816'

red 186 ◦ green 24 ◦ blue 22

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

Shades of Fire Brick #BA1816

Tints of Fire Brick #BA1816

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.48%

R = 80.17%
G = 10.34%
B = 9.48%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BA1816 (or 0xBA1816) is known color: Fire Brick. HEX triplet: BA, 18 and 16. RGB value is (186,24,22). Sum of RGB (Red+Green+Blue) = 186+24+22=232 (30% of max value = 765). Red value is 186 (73.05% from 255 or 80.17% from 232); Green value is 24 (9.77% from 255 or 10.34% from 232); Blue value is 22 (8.98% from 255 or 9.48% from 232); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1816 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1816 is #45E7E9. Grayscale: #484848. Windows color (decimal): -4581354 or 1448122. OLE color: 1448122.

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

Color convert

RGB 186 24 22 -
CMYK 0 0.87 0.88 0.27
HSL 0.73º 0.79% 0.41% -
HSV(B) 0.73º 0.88% 0.73% -
XYZ 20.72 11.15 1.82 -
YUV 72.21 99.67 209.16 -
System Red Green Blue C M Y K H S L
Decimal 186 24 22 0 0.87 0.88 0.27 0.73 0.79 0.41
Hex BA 18 16 0 57 58 1B 1 4F 29
Octal 272 30 26 0 127 130 33 1 117 51
Binary 10111010 11000 10110 0 1010111 1011000 11011 1 1001111 101001

Color Harmonies of #BA1816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1816

Black with #BA1816

Text Example


Text Example

White with #BA1816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1816; }

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

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

background-color css

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

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

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

border-color css

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

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

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