Html Css Color HEX #A52812 Fire Brick

📋 copy color: '#A52812'

red 165 ◦ green 40 ◦ blue 18

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

Shades of Fire Brick #A52812

Tints of Fire Brick #A52812

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.94%

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

R = 73.99%
G = 17.94%
B = 8.07%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A52812 (or 0xA52812) is known color: Fire Brick. HEX triplet: A5, 28 and 12. RGB value is (165,40,18). Sum of RGB (Red+Green+Blue) = 165+40+18=223 (29% of max value = 765). Red value is 165 (64.84% from 255 or 73.99% from 223); Green value is 40 (16.02% from 255 or 17.94% from 223); Blue value is 18 (7.42% from 255 or 8.07% from 223); Max value from RGB is 165 - color contains mainly: red. Hex color #A52812 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52812 is #5AD7ED. Grayscale: #4B4B4B. Windows color (decimal): -5953518 or 1190053. OLE color: 1190053.

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

Color convert

RGB 165 40 18 -
CMYK 0 0.76 0.89 0.35
HSL 8.98º 0.8% 0.36% -
HSV(B) 8.98º 0.89% 0.65% -
XYZ 16.39 9.56 1.55 -
YUV 74.87 95.91 192.29 -
System Red Green Blue C M Y K H S L
Decimal 165 40 18 0 0.76 0.89 0.35 8.98 0.8 0.36
Hex A5 28 12 0 4C 59 23 9 50 24
Octal 245 50 22 0 114 131 43 11 120 44
Binary 10100101 101000 10010 0 1001100 1011001 100011 1001 1010000 100100

Color Harmonies of #A52812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52812

Black with #A52812

Text Example


Text Example

White with #A52812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52812; }

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

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

background-color css

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

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

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

border-color css

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

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

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