Html Css Color HEX #A54A12 Rust

📋 copy color: '#A54A12'

red 165 ◦ green 74 ◦ blue 18

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

Shades of Rust #A54A12

Tints of Rust #A54A12

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.79%

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

R = 64.2%
G = 28.79%
B = 7%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A54A12 (or 0xA54A12) is known color: Rust. HEX triplet: A5, 4A and 12. RGB value is (165,74,18). Sum of RGB (Red+Green+Blue) = 165+74+18=257 (34% of max value = 765). Red value is 165 (64.84% from 255 or 64.20% from 257); Green value is 74 (29.30% from 255 or 28.79% from 257); Blue value is 18 (7.42% from 255 or 7.00% from 257); Max value from RGB is 165 - color contains mainly: red. Hex color #A54A12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54A12 is #5AB5ED. Grayscale: #5F5F5F. Windows color (decimal): -5944814 or 1198757. OLE color: 1198757.

HSL color Cylindrical-coordinate representation of color #A54A12: hue angle of 22.86º 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 #A54A12 is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 74 18 -
CMYK 0 0.55 0.89 0.35
HSL 22.86º 0.8% 0.36% -
HSV(B) 22.86º 0.89% 0.65% -
XYZ 18.08 12.94 2.12 -
YUV 94.83 84.65 178.05 -
System Red Green Blue C M Y K H S L
Decimal 165 74 18 0 0.55 0.89 0.35 22.86 0.8 0.36
Hex A5 4A 12 0 37 59 23 17 50 24
Octal 245 112 22 0 67 131 43 27 120 44
Binary 10100101 1001010 10010 0 110111 1011001 100011 10111 1010000 100100

Color Harmonies of #A54A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54A12

Black with #A54A12

Text Example


Text Example

White with #A54A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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