Html Css Color HEX #A52120 Fire Brick

📋 copy color: '#A52120'

red 165 ◦ green 33 ◦ blue 32

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

Shades of Fire Brick #A52120

Tints of Fire Brick #A52120

RGB

 RED value IS 165 (64.84% from 255) = 71.74%

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

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

R = 71.74%
G = 14.35%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A52120 (or 0xA52120) is known color: Fire Brick. HEX triplet: A5, 21 and 20. RGB value is (165,33,32). Sum of RGB (Red+Green+Blue) = 165+33+32=230 (30% of max value = 765). Red value is 165 (64.84% from 255 or 71.74% from 230); Green value is 33 (13.28% from 255 or 14.35% from 230); Blue value is 32 (12.89% from 255 or 13.91% from 230); Max value from RGB is 165 - color contains mainly: red. Hex color #A52120 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52120 is #5ADEDF. Grayscale: #484848. Windows color (decimal): -5955296 or 2105765. OLE color: 2105765.

HSL color Cylindrical-coordinate representation of color #A52120: hue angle of 0.45º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A52120 is Cyan = 0, Magento = 0.8, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 33 32 -
CMYK 0 0.8 0.81 0.35
HSL 0.45º 0.68% 0.39% -
HSV(B) 0.45º 0.81% 0.65% -
XYZ 16.32 9.19 2.28 -
YUV 72.35 105.23 194.08 -
System Red Green Blue C M Y K H S L
Decimal 165 33 32 0 0.8 0.81 0.35 0.45 0.68 0.39
Hex A5 21 20 0 50 51 23 0 44 27
Octal 245 41 40 0 120 121 43 0 104 47
Binary 10100101 100001 100000 0 1010000 1010001 100011 0 1000100 100111

Color Harmonies of #A52120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52120

Black with #A52120

Text Example


Text Example

White with #A52120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52120; }

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

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

background-color css

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

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

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

border-color css

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

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

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