Html Css Color HEX #A52012 Fire Brick

📋 copy color: '#A52012'

red 165 ◦ green 32 ◦ blue 18

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

Shades of Fire Brick #A52012

Tints of Fire Brick #A52012

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.88%

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

R = 76.74%
G = 14.88%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A52012 (or 0xA52012) is known color: Fire Brick. HEX triplet: A5, 20 and 12. RGB value is (165,32,18). Sum of RGB (Red+Green+Blue) = 165+32+18=215 (28% of max value = 765). Red value is 165 (64.84% from 255 or 76.74% from 215); Green value is 32 (12.89% from 255 or 14.88% from 215); Blue value is 18 (7.42% from 255 or 8.37% from 215); Max value from RGB is 165 - color contains mainly: red. Hex color #A52012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52012 is #5ADFED. Grayscale: #464646. Windows color (decimal): -5955566 or 1188005. OLE color: 1188005.

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

Color convert

RGB 165 32 18 -
CMYK 0 0.81 0.89 0.35
HSL 5.71º 0.8% 0.36% -
HSV(B) 5.71º 0.89% 0.65% -
XYZ 16.14 9.08 1.47 -
YUV 70.17 98.56 195.64 -
System Red Green Blue C M Y K H S L
Decimal 165 32 18 0 0.81 0.89 0.35 5.71 0.8 0.36
Hex A5 20 12 0 51 59 23 6 50 24
Octal 245 40 22 0 121 131 43 6 120 44
Binary 10100101 100000 10010 0 1010001 1011001 100011 110 1010000 100100

Color Harmonies of #A52012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52012

Black with #A52012

Text Example


Text Example

White with #A52012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52012; }

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

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

background-color css

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

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

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

border-color css

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

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

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