Html Css Color HEX #A52212 Fire Brick

📋 copy color: '#A52212'

red 165 ◦ green 34 ◦ blue 18

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

Shades of Fire Brick #A52212

Tints of Fire Brick #A52212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.29%

R = 76.04%
G = 15.67%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A52212 (or 0xA52212) is known color: Fire Brick. HEX triplet: A5, 22 and 12. RGB value is (165,34,18). Sum of RGB (Red+Green+Blue) = 165+34+18=217 (28% of max value = 765). Red value is 165 (64.84% from 255 or 76.04% from 217); Green value is 34 (13.67% from 255 or 15.67% from 217); Blue value is 18 (7.42% from 255 or 8.29% from 217); Max value from RGB is 165 - color contains mainly: red. Hex color #A52212 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52212 is #5ADDED. Grayscale: #474747. Windows color (decimal): -5955054 or 1188517. OLE color: 1188517.

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

Color convert

RGB 165 34 18 -
CMYK 0 0.79 0.89 0.35
HSL 6.53º 0.8% 0.36% -
HSV(B) 6.53º 0.89% 0.65% -
XYZ 16.2 9.19 1.49 -
YUV 71.35 97.9 194.8 -
System Red Green Blue C M Y K H S L
Decimal 165 34 18 0 0.79 0.89 0.35 6.53 0.8 0.36
Hex A5 22 12 0 4F 59 23 7 50 24
Octal 245 42 22 0 117 131 43 7 120 44
Binary 10100101 100010 10010 0 1001111 1011001 100011 111 1010000 100100

Color Harmonies of #A52212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52212

Black with #A52212

Text Example


Text Example

White with #A52212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52212; }

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

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

background-color css

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

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

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

border-color css

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

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

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