Html Css Color HEX #A54114 Rust

📋 copy color: '#A54114'

red 165 ◦ green 65 ◦ blue 20

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

Shades of Rust #A54114

Tints of Rust #A54114

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26%

 BLUE value IS 20 (8.2% from 255) = 8%

R = 66%
G = 26%
B = 8%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A54114 (or 0xA54114) is known color: Rust. HEX triplet: A5, 41 and 14. RGB value is (165,65,20). Sum of RGB (Red+Green+Blue) = 165+65+20=250 (33% of max value = 765). Red value is 165 (64.84% from 255 or 66% from 250); Green value is 65 (25.78% from 255 or 26% from 250); Blue value is 20 (8.20% from 255 or 8% from 250); Max value from RGB is 165 - color contains mainly: red. Hex color #A54114 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54114 is #5ABEEB. Grayscale: #5A5A5A. Windows color (decimal): -5947116 or 1327525. OLE color: 1327525.

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

Color convert

RGB 165 65 20 -
CMYK 0 0.61 0.88 0.35
HSL 18.62º 0.78% 0.36% -
HSV(B) 18.62º 0.88% 0.65% -
XYZ 17.53 11.83 2.02 -
YUV 89.77 88.63 181.66 -
System Red Green Blue C M Y K H S L
Decimal 165 65 20 0 0.61 0.88 0.35 18.62 0.78 0.36
Hex A5 41 14 0 3D 58 23 13 4E 24
Octal 245 101 24 0 75 130 43 23 116 44
Binary 10100101 1000001 10100 0 111101 1011000 100011 10011 1001110 100100

Color Harmonies of #A54114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54114

Black with #A54114

Text Example


Text Example

White with #A54114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54114; }

 p { color: rgb(165,65,20); }

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

background-color css

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

 a { background-color: rgb(165,65,20); }

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

border-color css

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

 span { border-color: rgb(165,65,20); }

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