Html Css Color HEX #A53C15 Rust

📋 copy color: '#A53C15'

red 165 ◦ green 60 ◦ blue 21

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

Shades of Rust #A53C15

Tints of Rust #A53C15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.54%

R = 67.07%
G = 24.39%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A53C15 (or 0xA53C15) is known color: Rust. HEX triplet: A5, 3C and 15. RGB value is (165,60,21). Sum of RGB (Red+Green+Blue) = 165+60+21=246 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.07% from 246); Green value is 60 (23.83% from 255 or 24.39% from 246); Blue value is 21 (8.59% from 255 or 8.54% from 246); Max value from RGB is 165 - color contains mainly: red. Hex color #A53C15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A53C15 is #5AC3EA. Grayscale: #575757. Windows color (decimal): -5948395 or 1391781. OLE color: 1391781.

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

Color convert

RGB 165 60 21 -
CMYK 0 0.64 0.87 0.35
HSL 16.25º 0.77% 0.36% -
HSV(B) 16.25º 0.87% 0.65% -
XYZ 17.27 11.29 1.98 -
YUV 86.95 90.79 183.67 -
System Red Green Blue C M Y K H S L
Decimal 165 60 21 0 0.64 0.87 0.35 16.25 0.77 0.36
Hex A5 3C 15 0 40 57 23 10 4D 24
Octal 245 74 25 0 100 127 43 20 115 44
Binary 10100101 111100 10101 0 1000000 1010111 100011 10000 1001101 100100

Color Harmonies of #A53C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53C15

Black with #A53C15

Text Example


Text Example

White with #A53C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53C15; }

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

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

background-color css

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

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

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

border-color css

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

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

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