Html Css Color HEX #BA2220 Fire Brick

📋 copy color: '#BA2220'

red 186 ◦ green 34 ◦ blue 32

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

Shades of Fire Brick #BA2220

Tints of Fire Brick #BA2220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 12.7%

R = 73.81%
G = 13.49%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BA2220 (or 0xBA2220) is known color: Fire Brick. HEX triplet: BA, 22 and 20. RGB value is (186,34,32). Sum of RGB (Red+Green+Blue) = 186+34+32=252 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.81% from 252); Green value is 34 (13.67% from 255 or 13.49% from 252); Blue value is 32 (12.89% from 255 or 12.70% from 252); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2220 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2220 is #45DDDF. Grayscale: #4F4F4F. Windows color (decimal): -4578784 or 2106042. OLE color: 2106042.

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

Color convert

RGB 186 34 32 -
CMYK 0 0.82 0.83 0.27
HSL 0.78º 0.71% 0.43% -
HSV(B) 0.78º 0.83% 0.73% -
XYZ 21.08 11.69 2.51 -
YUV 79.22 101.36 204.16 -
System Red Green Blue C M Y K H S L
Decimal 186 34 32 0 0.82 0.83 0.27 0.78 0.71 0.43
Hex BA 22 20 0 52 53 1B 1 47 2B
Octal 272 42 40 0 122 123 33 1 107 53
Binary 10111010 100010 100000 0 1010010 1010011 11011 1 1000111 101011

Color Harmonies of #BA2220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2220

Black with #BA2220

Text Example


Text Example

White with #BA2220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2220; }

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

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

background-color css

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

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

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

border-color css

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

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

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