Html Css Color HEX #A52A06 Rust

📋 copy color: '#A52A06'

red 165 ◦ green 42 ◦ blue 6

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

Shades of Rust #A52A06

Tints of Rust #A52A06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.82%

R = 77.46%
G = 19.72%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.96

 K value IS 0.35

RGB Variations

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

Color information

#A52A06 (or 0xA52A06) is known color: Rust. HEX triplet: A5, 2A and 06. RGB value is (165,42,6). Sum of RGB (Red+Green+Blue) = 165+42+6=213 (28% of max value = 765). Red value is 165 (64.84% from 255 or 77.46% from 213); Green value is 42 (16.80% from 255 or 19.72% from 213); Blue value is 6 (2.73% from 255 or 2.82% from 213); Max value from RGB is 165 - color contains mainly: red. Hex color #A52A06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52A06 is #5AD5F9. Grayscale: #4A4A4A. Windows color (decimal): -5953018 or 404133. OLE color: 404133.

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

Color convert

RGB 165 42 6 -
CMYK 0 0.75 0.96 0.35
HSL 13.58º 0.93% 0.34% -
HSV(B) 13.58º 0.96% 0.65% -
XYZ 16.38 9.67 1.18 -
YUV 74.67 89.25 192.43 -
System Red Green Blue C M Y K H S L
Decimal 165 42 6 0 0.75 0.96 0.35 13.58 0.93 0.34
Hex A5 2A 6 0 4B 60 23 E 5D 22
Octal 245 52 6 0 113 140 43 16 135 42
Binary 10100101 101010 110 0 1001011 1100000 100011 1110 1011101 100010

Color Harmonies of #A52A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52A06

Black with #A52A06

Text Example


Text Example

White with #A52A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52A06; }

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

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

background-color css

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

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

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

border-color css

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

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

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