Html Css Color HEX #A52A16 Fire Brick

📋 copy color: '#A52A16'

red 165 ◦ green 42 ◦ blue 22

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

Shades of Fire Brick #A52A16

Tints of Fire Brick #A52A16

RGB

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

 GREEN value IS 42 (16.8% from 255) = 18.34%

 BLUE value IS 22 (8.98% from 255) = 9.61%

R = 72.05%
G = 18.34%
B = 9.61%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A52A16 (or 0xA52A16) is known color: Fire Brick. HEX triplet: A5, 2A and 16. RGB value is (165,42,22). Sum of RGB (Red+Green+Blue) = 165+42+22=229 (30% of max value = 765). Red value is 165 (64.84% from 255 or 72.05% from 229); Green value is 42 (16.80% from 255 or 18.34% from 229); Blue value is 22 (8.98% from 255 or 9.61% from 229); Max value from RGB is 165 - color contains mainly: red. Hex color #A52A16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52A16 is #5AD5E9. Grayscale: #4C4C4C. Windows color (decimal): -5953002 or 1452709. OLE color: 1452709.

HSL color Cylindrical-coordinate representation of color #A52A16: hue angle of 8.39º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A52A16 is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 42 22 -
CMYK 0 0.75 0.87 0.35
HSL 8.39º 0.76% 0.37% -
HSV(B) 8.39º 0.87% 0.65% -
XYZ 16.49 9.71 1.76 -
YUV 76.5 97.25 191.13 -
System Red Green Blue C M Y K H S L
Decimal 165 42 22 0 0.75 0.87 0.35 8.39 0.76 0.37
Hex A5 2A 16 0 4B 57 23 8 4C 25
Octal 245 52 26 0 113 127 43 10 114 45
Binary 10100101 101010 10110 0 1001011 1010111 100011 1000 1001100 100101

Color Harmonies of #A52A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52A16

Black with #A52A16

Text Example


Text Example

White with #A52A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52A16; }

 p { color: rgb(165,42,22); }

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

background-color css

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

 a { background-color: rgb(165,42,22); }

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

border-color css

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

 span { border-color: rgb(165,42,22); }

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