Html Css Color HEX #A53C10 Rust

📋 copy color: '#A53C10'

red 165 ◦ green 60 ◦ blue 16

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

Shades of Rust #A53C10

Tints of Rust #A53C10

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24.9%

 BLUE value IS 16 (6.64% from 255) = 6.64%

R = 68.46%
G = 24.9%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A53C10 (or 0xA53C10) is known color: Rust. HEX triplet: A5, 3C and 10. RGB value is (165,60,16). Sum of RGB (Red+Green+Blue) = 165+60+16=241 (31% of max value = 765). Red value is 165 (64.84% from 255 or 68.46% from 241); Green value is 60 (23.83% from 255 or 24.90% from 241); Blue value is 16 (6.64% from 255 or 6.64% from 241); Max value from RGB is 165 - color contains mainly: red. Hex color #A53C10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A53C10 is #5AC3EF. Grayscale: #565656. Windows color (decimal): -5948400 or 1064101. OLE color: 1064101.

HSL color Cylindrical-coordinate representation of color #A53C10: hue angle of 17.72º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A53C10 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 60 16 -
CMYK 0 0.64 0.90 0.35
HSL 17.72º 0.82% 0.35% -
HSV(B) 17.72º 0.9% 0.65% -
XYZ 17.23 11.27 1.76 -
YUV 86.38 88.29 184.08 -
System Red Green Blue C M Y K H S L
Decimal 165 60 16 0 0.64 0.90 0.35 17.72 0.82 0.35
Hex A5 3C 10 0 40 5A 23 12 52 23
Octal 245 74 20 0 100 132 43 22 122 43
Binary 10100101 111100 10000 0 1000000 1011010 100011 10010 1010010 100011

Color Harmonies of #A53C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53C10

Black with #A53C10

Text Example


Text Example

White with #A53C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53C10; }

 p { color: rgb(165,60,16); }

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

background-color css

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

 a { background-color: rgb(165,60,16); }

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

border-color css

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

 span { border-color: rgb(165,60,16); }

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