Html Css Color HEX #A52512 Fire Brick

📋 copy color: '#A52512'

red 165 ◦ green 37 ◦ blue 18

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

Shades of Fire Brick #A52512

Tints of Fire Brick #A52512

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.82%

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

R = 75%
G = 16.82%
B = 8.18%

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

#A52512 (or 0xA52512) is known color: Fire Brick. HEX triplet: A5, 25 and 12. RGB value is (165,37,18). Sum of RGB (Red+Green+Blue) = 165+37+18=220 (29% of max value = 765). Red value is 165 (64.84% from 255 or 75% from 220); Green value is 37 (14.84% from 255 or 16.82% from 220); Blue value is 18 (7.42% from 255 or 8.18% from 220); Max value from RGB is 165 - color contains mainly: red. Hex color #A52512 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52512 is #5ADAED. Grayscale: #494949. Windows color (decimal): -5954286 or 1189285. OLE color: 1189285.

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

Color convert

RGB 165 37 18 -
CMYK 0 0.78 0.89 0.35
HSL 7.76º 0.8% 0.36% -
HSV(B) 7.76º 0.89% 0.65% -
XYZ 16.29 9.37 1.52 -
YUV 73.11 96.91 193.54 -
System Red Green Blue C M Y K H S L
Decimal 165 37 18 0 0.78 0.89 0.35 7.76 0.8 0.36
Hex A5 25 12 0 4E 59 23 8 50 24
Octal 245 45 22 0 116 131 43 10 120 44
Binary 10100101 100101 10010 0 1001110 1011001 100011 1000 1010000 100100

Color Harmonies of #A52512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52512

Black with #A52512

Text Example


Text Example

White with #A52512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52512; }

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

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

background-color css

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

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

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

border-color css

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

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

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