Html Css Color HEX #A52211 Fire Brick

📋 copy color: '#A52211'

red 165 ◦ green 34 ◦ blue 17

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

Shades of Fire Brick #A52211

Tints of Fire Brick #A52211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.87%

R = 76.39%
G = 15.74%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A52211 (or 0xA52211) is known color: Fire Brick. HEX triplet: A5, 22 and 11. RGB value is (165,34,17). Sum of RGB (Red+Green+Blue) = 165+34+17=216 (28% of max value = 765). Red value is 165 (64.84% from 255 or 76.39% from 216); Green value is 34 (13.67% from 255 or 15.74% from 216); Blue value is 17 (7.03% from 255 or 7.87% from 216); Max value from RGB is 165 - color contains mainly: red. Hex color #A52211 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52211 is #5ADDEE. Grayscale: #474747. Windows color (decimal): -5955055 or 1122981. OLE color: 1122981.

HSL color Cylindrical-coordinate representation of color #A52211: hue angle of 6.89º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A52211 is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 34 17 -
CMYK 0 0.79 0.90 0.35
HSL 6.89º 0.81% 0.36% -
HSV(B) 6.89º 0.9% 0.65% -
XYZ 16.19 9.18 1.45 -
YUV 71.23 97.4 194.88 -
System Red Green Blue C M Y K H S L
Decimal 165 34 17 0 0.79 0.90 0.35 6.89 0.81 0.36
Hex A5 22 11 0 4F 5A 23 7 51 24
Octal 245 42 21 0 117 132 43 7 121 44
Binary 10100101 100010 10001 0 1001111 1011010 100011 111 1010001 100100

Color Harmonies of #A52211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52211

Black with #A52211

Text Example


Text Example

White with #A52211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52211; }

 p { color: rgb(165,34,17); }

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

background-color css

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

 a { background-color: rgb(165,34,17); }

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

border-color css

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

 span { border-color: rgb(165,34,17); }

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