Html Css Color HEX #A52210 Fire Brick

📋 copy color: '#A52210'

red 165 ◦ green 34 ◦ blue 16

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

Shades of Fire Brick #A52210

Tints of Fire Brick #A52210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.44%

R = 76.74%
G = 15.81%
B = 7.44%

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

#A52210 (or 0xA52210) is known color: Fire Brick. HEX triplet: A5, 22 and 10. RGB value is (165,34,16). Sum of RGB (Red+Green+Blue) = 165+34+16=215 (28% of max value = 765). Red value is 165 (64.84% from 255 or 76.74% from 215); Green value is 34 (13.67% from 255 or 15.81% from 215); Blue value is 16 (6.64% from 255 or 7.44% from 215); Max value from RGB is 165 - color contains mainly: red. Hex color #A52210 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52210 is #5ADDEF. Grayscale: #474747. Windows color (decimal): -5955056 or 1057445. OLE color: 1057445.

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

Color convert

RGB 165 34 16 -
CMYK 0 0.79 0.90 0.35
HSL 7.25º 0.82% 0.35% -
HSV(B) 7.25º 0.9% 0.65% -
XYZ 16.18 9.18 1.41 -
YUV 71.12 96.9 194.96 -
System Red Green Blue C M Y K H S L
Decimal 165 34 16 0 0.79 0.90 0.35 7.25 0.82 0.35
Hex A5 22 10 0 4F 5A 23 7 52 23
Octal 245 42 20 0 117 132 43 7 122 43
Binary 10100101 100010 10000 0 1001111 1011010 100011 111 1010010 100011

Color Harmonies of #A52210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52210

Black with #A52210

Text Example


Text Example

White with #A52210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52210; }

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

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

background-color css

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

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

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

border-color css

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

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

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