Html Css Color HEX #A52A12 Fire Brick

📋 copy color: '#A52A12'

red 165 ◦ green 42 ◦ blue 18

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

Shades of Fire Brick #A52A12

Tints of Fire Brick #A52A12

RGB

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

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

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

R = 73.33%
G = 18.67%
B = 8%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A52A12 (or 0xA52A12) is known color: Fire Brick. HEX triplet: A5, 2A and 12. RGB value is (165,42,18). Sum of RGB (Red+Green+Blue) = 165+42+18=225 (29% of max value = 765). Red value is 165 (64.84% from 255 or 73.33% from 225); Green value is 42 (16.80% from 255 or 18.67% from 225); Blue value is 18 (7.42% from 255 or 8% from 225); Max value from RGB is 165 - color contains mainly: red. Hex color #A52A12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52A12 is #5AD5ED. Grayscale: #4C4C4C. Windows color (decimal): -5953006 or 1190565. OLE color: 1190565.

HSL color Cylindrical-coordinate representation of color #A52A12: hue angle of 9.8º 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 #A52A12 is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 42 18 -
CMYK 0 0.75 0.89 0.35
HSL 9.8º 0.8% 0.36% -
HSV(B) 9.8º 0.89% 0.65% -
XYZ 16.45 9.7 1.58 -
YUV 76.04 95.25 191.45 -
System Red Green Blue C M Y K H S L
Decimal 165 42 18 0 0.75 0.89 0.35 9.8 0.8 0.36
Hex A5 2A 12 0 4B 59 23 A 50 24
Octal 245 52 22 0 113 131 43 12 120 44
Binary 10100101 101010 10010 0 1001011 1011001 100011 1010 1010000 100100

Color Harmonies of #A52A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52A12

Black with #A52A12

Text Example


Text Example

White with #A52A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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