Html Css Color HEX #A52E0D Rust

📋 copy color: '#A52E0D'

red 165 ◦ green 46 ◦ blue 13

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

Shades of Rust #A52E0D

Tints of Rust #A52E0D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 20.54%

 BLUE value IS 13 (5.47% from 255) = 5.8%

R = 73.66%
G = 20.54%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A52E0D (or 0xA52E0D) is known color: Rust. HEX triplet: A5, 2E and 0D. RGB value is (165,46,13). Sum of RGB (Red+Green+Blue) = 165+46+13=224 (29% of max value = 765). Red value is 165 (64.84% from 255 or 73.66% from 224); Green value is 46 (18.36% from 255 or 20.54% from 224); Blue value is 13 (5.47% from 255 or 5.80% from 224); Max value from RGB is 165 - color contains mainly: red. Hex color #A52E0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52E0D is #5AD1F2. Grayscale: #4E4E4E. Windows color (decimal): -5951987 or 863909. OLE color: 863909.

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

Color convert

RGB 165 46 13 -
CMYK 0 0.72 0.92 0.35
HSL 13.03º 0.85% 0.35% -
HSV(B) 13.03º 0.92% 0.65% -
XYZ 16.57 9.98 1.43 -
YUV 77.82 91.42 190.18 -
System Red Green Blue C M Y K H S L
Decimal 165 46 13 0 0.72 0.92 0.35 13.03 0.85 0.35
Hex A5 2E D 0 48 5C 23 D 55 23
Octal 245 56 15 0 110 134 43 15 125 43
Binary 10100101 101110 1101 0 1001000 1011100 100011 1101 1010101 100011

Color Harmonies of #A52E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52E0D

Black with #A52E0D

Text Example


Text Example

White with #A52E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52E0D; }

 p { color: rgb(165,46,13); }

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

background-color css

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

 a { background-color: rgb(165,46,13); }

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

border-color css

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

 span { border-color: rgb(165,46,13); }

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