Html Css Color HEX #A52F05 Rust

📋 copy color: '#A52F05'

red 165 ◦ green 47 ◦ blue 5

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

Shades of Rust #A52F05

Tints of Rust #A52F05

RGB

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

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

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

R = 76.04%
G = 21.66%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.97

 K value IS 0.35

RGB Variations

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

Color information

#A52F05 (or 0xA52F05) is known color: Rust. HEX triplet: A5, 2F and 05. RGB value is (165,47,5). Sum of RGB (Red+Green+Blue) = 165+47+5=217 (28% of max value = 765). Red value is 165 (64.84% from 255 or 76.04% from 217); Green value is 47 (18.75% from 255 or 21.66% from 217); Blue value is 5 (2.34% from 255 or 2.30% from 217); Max value from RGB is 165 - color contains mainly: red. Hex color #A52F05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52F05 is #5AD0FA. Grayscale: #4D4D4D. Windows color (decimal): -5951739 or 339877. OLE color: 339877.

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

Color convert

RGB 165 47 5 -
CMYK 0 0.72 0.97 0.35
HSL 15.75º 0.94% 0.33% -
HSV(B) 15.75º 0.97% 0.65% -
XYZ 16.56 10.04 1.21 -
YUV 77.49 87.09 190.42 -
System Red Green Blue C M Y K H S L
Decimal 165 47 5 0 0.72 0.97 0.35 15.75 0.94 0.33
Hex A5 2F 5 0 48 61 23 10 5E 21
Octal 245 57 5 0 110 141 43 20 136 41
Binary 10100101 101111 101 0 1001000 1100001 100011 10000 1011110 100001

Color Harmonies of #A52F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52F05

Black with #A52F05

Text Example


Text Example

White with #A52F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52F05; }

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

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

background-color css

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

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

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

border-color css

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

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

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