Html Css Color HEX #A52C12 Fire Brick

📋 copy color: '#A52C12'

red 165 ◦ green 44 ◦ blue 18

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

Shades of Fire Brick #A52C12

Tints of Fire Brick #A52C12

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.38%

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

R = 72.69%
G = 19.38%
B = 7.93%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A52C12 (or 0xA52C12) is known color: Fire Brick. HEX triplet: A5, 2C and 12. RGB value is (165,44,18). Sum of RGB (Red+Green+Blue) = 165+44+18=227 (30% of max value = 765). Red value is 165 (64.84% from 255 or 72.69% from 227); Green value is 44 (17.58% from 255 or 19.38% from 227); Blue value is 18 (7.42% from 255 or 7.93% from 227); Max value from RGB is 165 - color contains mainly: red. Hex color #A52C12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52C12 is #5AD3ED. Grayscale: #4D4D4D. Windows color (decimal): -5952494 or 1191077. OLE color: 1191077.

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

Color convert

RGB 165 44 18 -
CMYK 0 0.73 0.89 0.35
HSL 10.61º 0.8% 0.36% -
HSV(B) 10.61º 0.89% 0.65% -
XYZ 16.53 9.84 1.6 -
YUV 77.22 94.59 190.61 -
System Red Green Blue C M Y K H S L
Decimal 165 44 18 0 0.73 0.89 0.35 10.61 0.8 0.36
Hex A5 2C 12 0 49 59 23 B 50 24
Octal 245 54 22 0 111 131 43 13 120 44
Binary 10100101 101100 10010 0 1001001 1011001 100011 1011 1010000 100100

Color Harmonies of #A52C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52C12

Black with #A52C12

Text Example


Text Example

White with #A52C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52C12; }

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

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

background-color css

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

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

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

border-color css

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

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

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