Html Css Color HEX #BA2213 Fire Brick

📋 copy color: '#BA2213'

red 186 ◦ green 34 ◦ blue 19

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

Shades of Fire Brick #BA2213

Tints of Fire Brick #BA2213

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.23%

 BLUE value IS 19 (7.81% from 255) = 7.95%

R = 77.82%
G = 14.23%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BA2213 (or 0xBA2213) is known color: Fire Brick. HEX triplet: BA, 22 and 13. RGB value is (186,34,19). Sum of RGB (Red+Green+Blue) = 186+34+19=239 (31% of max value = 765). Red value is 186 (73.05% from 255 or 77.82% from 239); Green value is 34 (13.67% from 255 or 14.23% from 239); Blue value is 19 (7.81% from 255 or 7.95% from 239); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2213 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2213 is #45DDEC. Grayscale: #4D4D4D. Windows color (decimal): -4578797 or 1254074. OLE color: 1254074.

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

Color convert

RGB 186 34 19 -
CMYK 0 0.82 0.90 0.27
HSL 5.39º 0.81% 0.4% -
HSV(B) 5.39º 0.9% 0.73% -
XYZ 20.94 11.63 1.76 -
YUV 77.74 94.86 205.22 -
System Red Green Blue C M Y K H S L
Decimal 186 34 19 0 0.82 0.90 0.27 5.39 0.81 0.4
Hex BA 22 13 0 52 5A 1B 5 51 28
Octal 272 42 23 0 122 132 33 5 121 50
Binary 10111010 100010 10011 0 1010010 1011010 11011 101 1010001 101000

Color Harmonies of #BA2213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2213

Black with #BA2213

Text Example


Text Example

White with #BA2213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2213; }

 p { color: rgb(186,34,19); }

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

background-color css

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

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

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

border-color css

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

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

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