Html Css Color HEX #A52D09 Rust

📋 copy color: '#A52D09'

red 165 ◦ green 45 ◦ blue 9

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

Shades of Rust #A52D09

Tints of Rust #A52D09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.11%

R = 75.34%
G = 20.55%
B = 4.11%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.95

 K value IS 0.35

RGB Variations

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

Color information

#A52D09 (or 0xA52D09) is known color: Rust. HEX triplet: A5, 2D and 09. RGB value is (165,45,9). Sum of RGB (Red+Green+Blue) = 165+45+9=219 (29% of max value = 765). Red value is 165 (64.84% from 255 or 75.34% from 219); Green value is 45 (17.97% from 255 or 20.55% from 219); Blue value is 9 (3.91% from 255 or 4.11% from 219); Max value from RGB is 165 - color contains mainly: red. Hex color #A52D09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52D09 is #5AD2F6. Grayscale: #4D4D4D. Windows color (decimal): -5952247 or 601509. OLE color: 601509.

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

Color convert

RGB 165 45 9 -
CMYK 0 0.73 0.95 0.35
HSL 13.85º 0.9% 0.34% -
HSV(B) 13.85º 0.95% 0.65% -
XYZ 16.5 9.9 1.3 -
YUV 76.78 89.76 190.93 -
System Red Green Blue C M Y K H S L
Decimal 165 45 9 0 0.73 0.95 0.35 13.85 0.9 0.34
Hex A5 2D 9 0 49 5F 23 E 5A 22
Octal 245 55 11 0 111 137 43 16 132 42
Binary 10100101 101101 1001 0 1001001 1011111 100011 1110 1011010 100010

Color Harmonies of #A52D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52D09

Black with #A52D09

Text Example


Text Example

White with #A52D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52D09; }

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

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

background-color css

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

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

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

border-color css

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

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

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