Html Css Color HEX #BA2216 Fire Brick

📋 copy color: '#BA2216'

red 186 ◦ green 34 ◦ blue 22

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

Shades of Fire Brick #BA2216

Tints of Fire Brick #BA2216

RGB

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

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

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

R = 76.86%
G = 14.05%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BA2216 (or 0xBA2216) is known color: Fire Brick. HEX triplet: BA, 22 and 16. RGB value is (186,34,22). Sum of RGB (Red+Green+Blue) = 186+34+22=242 (32% of max value = 765). Red value is 186 (73.05% from 255 or 76.86% from 242); Green value is 34 (13.67% from 255 or 14.05% from 242); Blue value is 22 (8.98% from 255 or 9.09% from 242); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2216 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2216 is #45DDE9. Grayscale: #4E4E4E. Windows color (decimal): -4578794 or 1450682. OLE color: 1450682.

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

Color convert

RGB 186 34 22 -
CMYK 0 0.82 0.88 0.27
HSL 4.39º 0.79% 0.41% -
HSV(B) 4.39º 0.88% 0.73% -
XYZ 20.97 11.64 1.9 -
YUV 78.08 96.36 204.98 -
System Red Green Blue C M Y K H S L
Decimal 186 34 22 0 0.82 0.88 0.27 4.39 0.79 0.41
Hex BA 22 16 0 52 58 1B 4 4F 29
Octal 272 42 26 0 122 130 33 4 117 51
Binary 10111010 100010 10110 0 1010010 1011000 11011 100 1001111 101001

Color Harmonies of #BA2216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2216

Black with #BA2216

Text Example


Text Example

White with #BA2216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2216; }

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

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

background-color css

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

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

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

border-color css

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

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

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