Html Css Color HEX #A54512 Rust

📋 copy color: '#A54512'

red 165 ◦ green 69 ◦ blue 18

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

Shades of Rust #A54512

Tints of Rust #A54512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.14%

R = 65.48%
G = 27.38%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A54512 (or 0xA54512) is known color: Rust. HEX triplet: A5, 45 and 12. RGB value is (165,69,18). Sum of RGB (Red+Green+Blue) = 165+69+18=252 (33% of max value = 765). Red value is 165 (64.84% from 255 or 65.48% from 252); Green value is 69 (27.34% from 255 or 27.38% from 252); Blue value is 18 (7.42% from 255 or 7.14% from 252); Max value from RGB is 165 - color contains mainly: red. Hex color #A54512 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54512 is #5ABAED. Grayscale: #5C5C5C. Windows color (decimal): -5946094 or 1197477. OLE color: 1197477.

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

Color convert

RGB 165 69 18 -
CMYK 0 0.58 0.89 0.35
HSL 20.82º 0.8% 0.36% -
HSV(B) 20.82º 0.89% 0.65% -
XYZ 17.75 12.3 2.01 -
YUV 91.89 86.3 180.15 -
System Red Green Blue C M Y K H S L
Decimal 165 69 18 0 0.58 0.89 0.35 20.82 0.8 0.36
Hex A5 45 12 0 3A 59 23 15 50 24
Octal 245 105 22 0 72 131 43 25 120 44
Binary 10100101 1000101 10010 0 111010 1011001 100011 10101 1010000 100100

Color Harmonies of #A54512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54512

Black with #A54512

Text Example


Text Example

White with #A54512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54512; }

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

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

background-color css

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

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

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

border-color css

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

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

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