Html Css Color HEX #A53006 Rust

📋 copy color: '#A53006'

red 165 ◦ green 48 ◦ blue 6

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

Shades of Rust #A53006

Tints of Rust #A53006

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.92%

 BLUE value IS 6 (2.73% from 255) = 2.74%

R = 75.34%
G = 21.92%
B = 2.74%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.96

 K value IS 0.35

RGB Variations

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

Color information

#A53006 (or 0xA53006) is known color: Rust. HEX triplet: A5, 30 and 06. RGB value is (165,48,6). Sum of RGB (Red+Green+Blue) = 165+48+6=219 (29% of max value = 765). Red value is 165 (64.84% from 255 or 75.34% from 219); Green value is 48 (19.14% from 255 or 21.92% from 219); Blue value is 6 (2.73% from 255 or 2.74% from 219); Max value from RGB is 165 - color contains mainly: red. Hex color #A53006 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A53006 is #5ACFF9. Grayscale: #4E4E4E. Windows color (decimal): -5951482 or 405669. OLE color: 405669.

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

Color convert

RGB 165 48 6 -
CMYK 0 0.71 0.96 0.35
HSL 15.85º 0.93% 0.34% -
HSV(B) 15.85º 0.96% 0.65% -
XYZ 16.61 10.13 1.25 -
YUV 78.2 87.26 189.92 -
System Red Green Blue C M Y K H S L
Decimal 165 48 6 0 0.71 0.96 0.35 15.85 0.93 0.34
Hex A5 30 6 0 47 60 23 10 5D 22
Octal 245 60 6 0 107 140 43 20 135 42
Binary 10100101 110000 110 0 1000111 1100000 100011 10000 1011101 100010

Color Harmonies of #A53006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53006

Black with #A53006

Text Example


Text Example

White with #A53006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53006; }

 p { color: rgb(165,48,6); }

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

background-color css

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

 a { background-color: rgb(165,48,6); }

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

border-color css

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

 span { border-color: rgb(165,48,6); }

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