Html Css Color HEX #A54513 Rust

📋 copy color: '#A54513'

red 165 ◦ green 69 ◦ blue 19

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

Shades of Rust #A54513

Tints of Rust #A54513

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.27%

 BLUE value IS 19 (7.81% from 255) = 7.51%

R = 65.22%
G = 27.27%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A54513 (or 0xA54513) is known color: Rust. HEX triplet: A5, 45 and 13. RGB value is (165,69,19). Sum of RGB (Red+Green+Blue) = 165+69+19=253 (33% of max value = 765). Red value is 165 (64.84% from 255 or 65.22% from 253); Green value is 69 (27.34% from 255 or 27.27% from 253); Blue value is 19 (7.81% from 255 or 7.51% from 253); Max value from RGB is 165 - color contains mainly: red. Hex color #A54513 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54513 is #5ABAEC. Grayscale: #5C5C5C. Windows color (decimal): -5946093 or 1263013. OLE color: 1263013.

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

Color convert

RGB 165 69 19 -
CMYK 0 0.58 0.88 0.35
HSL 20.55º 0.79% 0.36% -
HSV(B) 20.55º 0.88% 0.65% -
XYZ 17.76 12.3 2.05 -
YUV 92 86.8 180.07 -
System Red Green Blue C M Y K H S L
Decimal 165 69 19 0 0.58 0.88 0.35 20.55 0.79 0.36
Hex A5 45 13 0 3A 58 23 15 4F 24
Octal 245 105 23 0 72 130 43 25 117 44
Binary 10100101 1000101 10011 0 111010 1011000 100011 10101 1001111 100100

Color Harmonies of #A54513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54513

Black with #A54513

Text Example


Text Example

White with #A54513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54513; }

 p { color: rgb(165,69,19); }

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

background-color css

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

 a { background-color: rgb(165,69,19); }

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

border-color css

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

 span { border-color: rgb(165,69,19); }

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