Html Css Color HEX #BA2120 Fire Brick

📋 copy color: '#BA2120'

red 186 ◦ green 33 ◦ blue 32

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

Shades of Fire Brick #BA2120

Tints of Fire Brick #BA2120

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.15%

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

R = 74.1%
G = 13.15%
B = 12.75%

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

#BA2120 (or 0xBA2120) is known color: Fire Brick. HEX triplet: BA, 21 and 20. RGB value is (186,33,32). Sum of RGB (Red+Green+Blue) = 186+33+32=251 (33% of max value = 765). Red value is 186 (73.05% from 255 or 74.10% from 251); Green value is 33 (13.28% from 255 or 13.15% from 251); Blue value is 32 (12.89% from 255 or 12.75% from 251); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2120 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2120 is #45DEDF. Grayscale: #4E4E4E. Windows color (decimal): -4579040 or 2105786. OLE color: 2105786.

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

Color convert

RGB 186 33 32 -
CMYK 0 0.82 0.83 0.27
HSL 0.39º 0.71% 0.43% -
HSV(B) 0.39º 0.83% 0.73% -
XYZ 21.05 11.63 2.5 -
YUV 78.63 101.69 204.58 -
System Red Green Blue C M Y K H S L
Decimal 186 33 32 0 0.82 0.83 0.27 0.39 0.71 0.43
Hex BA 21 20 0 52 53 1B 0 47 2B
Octal 272 41 40 0 122 123 33 0 107 53
Binary 10111010 100001 100000 0 1010010 1010011 11011 0 1000111 101011

Color Harmonies of #BA2120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2120

Black with #BA2120

Text Example


Text Example

White with #BA2120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2120; }

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

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

background-color css

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

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

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

border-color css

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

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

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