Html Css Color HEX #A52412 Fire Brick

📋 copy color: '#A52412'

red 165 ◦ green 36 ◦ blue 18

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

Shades of Fire Brick #A52412

Tints of Fire Brick #A52412

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.44%

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

R = 75.34%
G = 16.44%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A52412 (or 0xA52412) is known color: Fire Brick. HEX triplet: A5, 24 and 12. RGB value is (165,36,18). Sum of RGB (Red+Green+Blue) = 165+36+18=219 (29% of max value = 765). Red value is 165 (64.84% from 255 or 75.34% from 219); Green value is 36 (14.45% from 255 or 16.44% from 219); Blue value is 18 (7.42% from 255 or 8.22% from 219); Max value from RGB is 165 - color contains mainly: red. Hex color #A52412 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52412 is #5ADBED. Grayscale: #484848. Windows color (decimal): -5954542 or 1189029. OLE color: 1189029.

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

Color convert

RGB 165 36 18 -
CMYK 0 0.78 0.89 0.35
HSL 7.35º 0.8% 0.36% -
HSV(B) 7.35º 0.89% 0.65% -
XYZ 16.26 9.3 1.51 -
YUV 72.52 97.24 193.96 -
System Red Green Blue C M Y K H S L
Decimal 165 36 18 0 0.78 0.89 0.35 7.35 0.8 0.36
Hex A5 24 12 0 4E 59 23 7 50 24
Octal 245 44 22 0 116 131 43 7 120 44
Binary 10100101 100100 10010 0 1001110 1011001 100011 111 1010000 100100

Color Harmonies of #A52412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52412

Black with #A52412

Text Example


Text Example

White with #A52412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52412; }

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

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

background-color css

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

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

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

border-color css

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

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

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