Html Css Color HEX #A54412 Rust

📋 copy color: '#A54412'

red 165 ◦ green 68 ◦ blue 18

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

Shades of Rust #A54412

Tints of Rust #A54412

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.09%

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

R = 65.74%
G = 27.09%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A54412 (or 0xA54412) is known color: Rust. HEX triplet: A5, 44 and 12. RGB value is (165,68,18). Sum of RGB (Red+Green+Blue) = 165+68+18=251 (33% of max value = 765). Red value is 165 (64.84% from 255 or 65.74% from 251); Green value is 68 (26.95% from 255 or 27.09% from 251); Blue value is 18 (7.42% from 255 or 7.17% from 251); Max value from RGB is 165 - color contains mainly: red. Hex color #A54412 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54412 is #5ABBED. Grayscale: #5B5B5B. Windows color (decimal): -5946350 or 1197221. OLE color: 1197221.

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

Color convert

RGB 165 68 18 -
CMYK 0 0.59 0.89 0.35
HSL 20.41º 0.8% 0.36% -
HSV(B) 20.41º 0.89% 0.65% -
XYZ 17.69 12.18 1.99 -
YUV 91.3 86.64 180.57 -
System Red Green Blue C M Y K H S L
Decimal 165 68 18 0 0.59 0.89 0.35 20.41 0.8 0.36
Hex A5 44 12 0 3B 59 23 14 50 24
Octal 245 104 22 0 73 131 43 24 120 44
Binary 10100101 1000100 10010 0 111011 1011001 100011 10100 1010000 100100

Color Harmonies of #A54412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54412

Black with #A54412

Text Example


Text Example

White with #A54412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54412; }

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

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

background-color css

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

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

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

border-color css

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

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

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