Html Css Color HEX #A52D05 Rust

📋 copy color: '#A52D05'

red 165 ◦ green 45 ◦ blue 5

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

Shades of Rust #A52D05

Tints of Rust #A52D05

RGB

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

 GREEN value IS 45 (17.97% from 255) = 20.93%

 BLUE value IS 5 (2.34% from 255) = 2.33%

R = 76.74%
G = 20.93%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.97

 K value IS 0.35

RGB Variations

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

Color information

#A52D05 (or 0xA52D05) is known color: Rust. HEX triplet: A5, 2D and 05. RGB value is (165,45,5). Sum of RGB (Red+Green+Blue) = 165+45+5=215 (28% of max value = 765). Red value is 165 (64.84% from 255 or 76.74% from 215); Green value is 45 (17.97% from 255 or 20.93% from 215); Blue value is 5 (2.34% from 255 or 2.33% from 215); Max value from RGB is 165 - color contains mainly: red. Hex color #A52D05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52D05 is #5AD2FA. Grayscale: #4C4C4C. Windows color (decimal): -5952251 or 339365. OLE color: 339365.

HSL color Cylindrical-coordinate representation of color #A52D05: hue angle of 15º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A52D05 is Cyan = 0, Magento = 0.73, Yellow = 0.97 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 45 5 -
CMYK 0 0.73 0.97 0.35
HSL 15º 0.94% 0.33% -
HSV(B) 15º 0.97% 0.65% -
XYZ 16.48 9.89 1.18 -
YUV 76.32 87.76 191.25 -
System Red Green Blue C M Y K H S L
Decimal 165 45 5 0 0.73 0.97 0.35 15 0.94 0.33
Hex A5 2D 5 0 49 61 23 F 5E 21
Octal 245 55 5 0 111 141 43 17 136 41
Binary 10100101 101101 101 0 1001001 1100001 100011 1111 1011110 100001

Color Harmonies of #A52D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52D05

Black with #A52D05

Text Example


Text Example

White with #A52D05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52D05; }

 p { color: rgb(165,45,5); }

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

background-color css

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

 a { background-color: rgb(165,45,5); }

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

border-color css

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

 span { border-color: rgb(165,45,5); }

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