Html Css Color HEX #A52F0D Rust

📋 copy color: '#A52F0D'

red 165 ◦ green 47 ◦ blue 13

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

Shades of Rust #A52F0D

Tints of Rust #A52F0D

RGB

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

 GREEN value IS 47 (18.75% from 255) = 20.89%

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

R = 73.33%
G = 20.89%
B = 5.78%

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

#A52F0D (or 0xA52F0D) is known color: Rust. HEX triplet: A5, 2F and 0D. RGB value is (165,47,13). Sum of RGB (Red+Green+Blue) = 165+47+13=225 (29% of max value = 765). Red value is 165 (64.84% from 255 or 73.33% from 225); Green value is 47 (18.75% from 255 or 20.89% from 225); Blue value is 13 (5.47% from 255 or 5.78% from 225); Max value from RGB is 165 - color contains mainly: red. Hex color #A52F0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52F0D is #5AD0F2. Grayscale: #4E4E4E. Windows color (decimal): -5951731 or 864165. OLE color: 864165.

HSL color Cylindrical-coordinate representation of color #A52F0D: hue angle of 13.42º 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 #A52F0D is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 47 13 -
CMYK 0 0.72 0.92 0.35
HSL 13.42º 0.85% 0.35% -
HSV(B) 13.42º 0.92% 0.65% -
XYZ 16.61 10.06 1.45 -
YUV 78.41 91.09 189.76 -
System Red Green Blue C M Y K H S L
Decimal 165 47 13 0 0.72 0.92 0.35 13.42 0.85 0.35
Hex A5 2F D 0 48 5C 23 D 55 23
Octal 245 57 15 0 110 134 43 15 125 43
Binary 10100101 101111 1101 0 1001000 1011100 100011 1101 1010101 100011

Color Harmonies of #A52F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52F0D

Black with #A52F0D

Text Example


Text Example

White with #A52F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52F0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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