Html Css Color HEX #A52A0C Rust

📋 copy color: '#A52A0C'

red 165 ◦ green 42 ◦ blue 12

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

Shades of Rust #A52A0C

Tints of Rust #A52A0C

RGB

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

 GREEN value IS 42 (16.8% from 255) = 19.18%

 BLUE value IS 12 (5.08% from 255) = 5.48%

R = 75.34%
G = 19.18%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A52A0C (or 0xA52A0C) is known color: Rust. HEX triplet: A5, 2A and 0C. RGB value is (165,42,12). Sum of RGB (Red+Green+Blue) = 165+42+12=219 (29% of max value = 765). Red value is 165 (64.84% from 255 or 75.34% from 219); Green value is 42 (16.80% from 255 or 19.18% from 219); Blue value is 12 (5.08% from 255 or 5.48% from 219); Max value from RGB is 165 - color contains mainly: red. Hex color #A52A0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52A0C is #5AD5F3. Grayscale: #4B4B4B. Windows color (decimal): -5953012 or 797349. OLE color: 797349.

HSL color Cylindrical-coordinate representation of color #A52A0C: hue angle of 11.76º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A52A0C is Cyan = 0, Magento = 0.75, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 42 12 -
CMYK 0 0.75 0.93 0.35
HSL 11.76º 0.86% 0.35% -
HSV(B) 11.76º 0.93% 0.65% -
XYZ 16.41 9.68 1.35 -
YUV 75.36 92.25 191.94 -
System Red Green Blue C M Y K H S L
Decimal 165 42 12 0 0.75 0.93 0.35 11.76 0.86 0.35
Hex A5 2A C 0 4B 5D 23 C 56 23
Octal 245 52 14 0 113 135 43 14 126 43
Binary 10100101 101010 1100 0 1001011 1011101 100011 1100 1010110 100011

Color Harmonies of #A52A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52A0C

Black with #A52A0C

Text Example


Text Example

White with #A52A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52A0C; }

 p { color: rgb(165,42,12); }

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

background-color css

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

 a { background-color: rgb(165,42,12); }

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

border-color css

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

 span { border-color: rgb(165,42,12); }

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