Html Css Color HEX #A53518 Rust

📋 copy color: '#A53518'

red 165 ◦ green 53 ◦ blue 24

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

Shades of Rust #A53518

Tints of Rust #A53518

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.9%

 BLUE value IS 24 (9.77% from 255) = 9.92%

R = 68.18%
G = 21.9%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#A53518 (or 0xA53518) is known color: Rust. HEX triplet: A5, 35 and 18. RGB value is (165,53,24). Sum of RGB (Red+Green+Blue) = 165+53+24=242 (32% of max value = 765). Red value is 165 (64.84% from 255 or 68.18% from 242); Green value is 53 (21.09% from 255 or 21.90% from 242); Blue value is 24 (9.77% from 255 or 9.92% from 242); Max value from RGB is 165 - color contains mainly: red. Hex color #A53518 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A53518 is #5ACAE7. Grayscale: #535353. Windows color (decimal): -5950184 or 1586597. OLE color: 1586597.

HSL color Cylindrical-coordinate representation of color #A53518: hue angle of 12.34º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A53518 is Cyan = 0, Magento = 0.68, Yellow = 0.85 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 53 24 -
CMYK 0 0.68 0.85 0.35
HSL 12.34º 0.75% 0.37% -
HSV(B) 12.34º 0.85% 0.65% -
XYZ 16.96 10.61 2.02 -
YUV 83.18 94.61 186.36 -
System Red Green Blue C M Y K H S L
Decimal 165 53 24 0 0.68 0.85 0.35 12.34 0.75 0.37
Hex A5 35 18 0 44 55 23 C 4B 25
Octal 245 65 30 0 104 125 43 14 113 45
Binary 10100101 110101 11000 0 1000100 1010101 100011 1100 1001011 100101

Color Harmonies of #A53518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53518

Black with #A53518

Text Example


Text Example

White with #A53518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53518; }

 p { color: rgb(165,53,24); }

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

background-color css

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

 a { background-color: rgb(165,53,24); }

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

border-color css

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

 span { border-color: rgb(165,53,24); }

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