Html Css Color HEX #A54812 Rust

📋 copy color: '#A54812'

red 165 ◦ green 72 ◦ blue 18

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

Shades of Rust #A54812

Tints of Rust #A54812

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.24%

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

R = 64.71%
G = 28.24%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A54812 (or 0xA54812) is known color: Rust. HEX triplet: A5, 48 and 12. RGB value is (165,72,18). Sum of RGB (Red+Green+Blue) = 165+72+18=255 (33% of max value = 765). Red value is 165 (64.84% from 255 or 64.71% from 255); Green value is 72 (28.52% from 255 or 28.24% from 255); Blue value is 18 (7.42% from 255 or 7.06% from 255); Max value from RGB is 165 - color contains mainly: red. Hex color #A54812 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54812 is #5AB7ED. Grayscale: #5D5D5D. Windows color (decimal): -5945326 or 1198245. OLE color: 1198245.

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

Color convert

RGB 165 72 18 -
CMYK 0 0.56 0.89 0.35
HSL 22.04º 0.8% 0.36% -
HSV(B) 22.04º 0.89% 0.65% -
XYZ 17.94 12.68 2.07 -
YUV 93.65 85.31 178.89 -
System Red Green Blue C M Y K H S L
Decimal 165 72 18 0 0.56 0.89 0.35 22.04 0.8 0.36
Hex A5 48 12 0 38 59 23 16 50 24
Octal 245 110 22 0 70 131 43 26 120 44
Binary 10100101 1001000 10010 0 111000 1011001 100011 10110 1010000 100100

Color Harmonies of #A54812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54812

Black with #A54812

Text Example


Text Example

White with #A54812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54812; }

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

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

background-color css

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

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

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

border-color css

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

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

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