Html Css Color HEX #A52F00 Rust

📋 copy color: '#A52F00'

red 165 ◦ green 47 ◦ blue 0

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

Shades of Rust #A52F00

Tints of Rust #A52F00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 77.83%
G = 22.17%
B = 0%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A52F00 (or 0xA52F00) is known color: Rust. HEX triplet: A5, 2F and 00. RGB value is (165,47,0). Sum of RGB (Red+Green+Blue) = 165+47+0=212 (28% of max value = 765). Red value is 165 (64.84% from 255 or 77.83% from 212); Green value is 47 (18.75% from 255 or 22.17% from 212); Blue value is 0 (0.39% from 255 or 0% from 212); Max value from RGB is 165 - color contains mainly: red. Hex color #A52F00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52F00 is #5AD0FF. Grayscale: #4D4D4D. Windows color (decimal): -5951744 or 12197. OLE color: 12197.

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

Color convert

RGB 165 47 0 -
CMYK 0 0.72 1 0.35
HSL 17.09º 1% 0.32% -
HSV(B) 17.09º 1% 0.65% -
XYZ 16.53 10.03 1.07 -
YUV 76.92 84.59 190.82 -
System Red Green Blue C M Y K H S L
Decimal 165 47 0 0 0.72 1 0.35 17.09 1 0.32
Hex A5 2F 0 0 48 64 23 11 64 20
Octal 245 57 0 0 110 144 43 21 144 40
Binary 10100101 101111 0 0 1001000 1100100 100011 10001 1100100 100000

Color Harmonies of #A52F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52F00

Black with #A52F00

Text Example


Text Example

White with #A52F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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