Html Css Color HEX #A54012 Rust

📋 copy color: '#A54012'

red 165 ◦ green 64 ◦ blue 18

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

Shades of Rust #A54012

Tints of Rust #A54012

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.91%

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

R = 66.8%
G = 25.91%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A54012 (or 0xA54012) is known color: Rust. HEX triplet: A5, 40 and 12. RGB value is (165,64,18). Sum of RGB (Red+Green+Blue) = 165+64+18=247 (32% of max value = 765). Red value is 165 (64.84% from 255 or 66.80% from 247); Green value is 64 (25.39% from 255 or 25.91% from 247); Blue value is 18 (7.42% from 255 or 7.29% from 247); Max value from RGB is 165 - color contains mainly: red. Hex color #A54012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54012 is #5ABFED. Grayscale: #595959. Windows color (decimal): -5947374 or 1196197. OLE color: 1196197.

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

Color convert

RGB 165 64 18 -
CMYK 0 0.61 0.89 0.35
HSL 18.78º 0.8% 0.36% -
HSV(B) 18.78º 0.89% 0.65% -
XYZ 17.46 11.71 1.91 -
YUV 88.96 87.96 182.24 -
System Red Green Blue C M Y K H S L
Decimal 165 64 18 0 0.61 0.89 0.35 18.78 0.8 0.36
Hex A5 40 12 0 3D 59 23 13 50 24
Octal 245 100 22 0 75 131 43 23 120 44
Binary 10100101 1000000 10010 0 111101 1011001 100011 10011 1010000 100100

Color Harmonies of #A54012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54012

Black with #A54012

Text Example


Text Example

White with #A54012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54012; }

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

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

background-color css

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

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

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

border-color css

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

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

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