Html Css Color HEX #BA2215 Fire Brick

📋 copy color: '#BA2215'

red 186 ◦ green 34 ◦ blue 21

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

Shades of Fire Brick #BA2215

Tints of Fire Brick #BA2215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.71%

R = 77.18%
G = 14.11%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BA2215 (or 0xBA2215) is known color: Fire Brick. HEX triplet: BA, 22 and 15. RGB value is (186,34,21). Sum of RGB (Red+Green+Blue) = 186+34+21=241 (31% of max value = 765). Red value is 186 (73.05% from 255 or 77.18% from 241); Green value is 34 (13.67% from 255 or 14.11% from 241); Blue value is 21 (8.59% from 255 or 8.71% from 241); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2215 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2215 is #45DDEA. Grayscale: #4E4E4E. Windows color (decimal): -4578795 or 1385146. OLE color: 1385146.

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

Color convert

RGB 186 34 21 -
CMYK 0 0.82 0.89 0.27
HSL 4.73º 0.8% 0.41% -
HSV(B) 4.73º 0.89% 0.73% -
XYZ 20.96 11.64 1.85 -
YUV 77.97 95.86 205.06 -
System Red Green Blue C M Y K H S L
Decimal 186 34 21 0 0.82 0.89 0.27 4.73 0.8 0.41
Hex BA 22 15 0 52 59 1B 5 50 29
Octal 272 42 25 0 122 131 33 5 120 51
Binary 10111010 100010 10101 0 1010010 1011001 11011 101 1010000 101001

Color Harmonies of #BA2215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2215

Black with #BA2215

Text Example


Text Example

White with #BA2215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2215; }

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

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

background-color css

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

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

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

border-color css

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

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

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