Html Css Color HEX #BA2416 Fire Brick

📋 copy color: '#BA2416'

red 186 ◦ green 36 ◦ blue 22

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

Shades of Fire Brick #BA2416

Tints of Fire Brick #BA2416

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.75%

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

R = 76.23%
G = 14.75%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BA2416 (or 0xBA2416) is known color: Fire Brick. HEX triplet: BA, 24 and 16. RGB value is (186,36,22). Sum of RGB (Red+Green+Blue) = 186+36+22=244 (32% of max value = 765). Red value is 186 (73.05% from 255 or 76.23% from 244); Green value is 36 (14.45% from 255 or 14.75% from 244); Blue value is 22 (8.98% from 255 or 9.02% from 244); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2416 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2416 is #45DBE9. Grayscale: #4F4F4F. Windows color (decimal): -4578282 or 1451194. OLE color: 1451194.

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

Color convert

RGB 186 36 22 -
CMYK 0 0.81 0.88 0.27
HSL 5.12º 0.79% 0.41% -
HSV(B) 5.12º 0.88% 0.73% -
XYZ 21.03 11.76 1.92 -
YUV 79.25 95.7 204.14 -
System Red Green Blue C M Y K H S L
Decimal 186 36 22 0 0.81 0.88 0.27 5.12 0.79 0.41
Hex BA 24 16 0 51 58 1B 5 4F 29
Octal 272 44 26 0 121 130 33 5 117 51
Binary 10111010 100100 10110 0 1010001 1011000 11011 101 1001111 101001

Color Harmonies of #BA2416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2416

Black with #BA2416

Text Example


Text Example

White with #BA2416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2416; }

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

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

background-color css

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

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

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

border-color css

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

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

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