Html Css Color HEX #A54110 Rust

📋 copy color: '#A54110'

red 165 ◦ green 65 ◦ blue 16

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

Shades of Rust #A54110

Tints of Rust #A54110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.5%

R = 67.07%
G = 26.42%
B = 6.5%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A54110 (or 0xA54110) is known color: Rust. HEX triplet: A5, 41 and 10. RGB value is (165,65,16). Sum of RGB (Red+Green+Blue) = 165+65+16=246 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.07% from 246); Green value is 65 (25.78% from 255 or 26.42% from 246); Blue value is 16 (6.64% from 255 or 6.50% from 246); Max value from RGB is 165 - color contains mainly: red. Hex color #A54110 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54110 is #5ABEEF. Grayscale: #595959. Windows color (decimal): -5947120 or 1065381. OLE color: 1065381.

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

Color convert

RGB 165 65 16 -
CMYK 0 0.61 0.90 0.35
HSL 19.73º 0.82% 0.35% -
HSV(B) 19.73º 0.9% 0.65% -
XYZ 17.5 11.82 1.85 -
YUV 89.31 86.63 181.98 -
System Red Green Blue C M Y K H S L
Decimal 165 65 16 0 0.61 0.90 0.35 19.73 0.82 0.35
Hex A5 41 10 0 3D 5A 23 14 52 23
Octal 245 101 20 0 75 132 43 24 122 43
Binary 10100101 1000001 10000 0 111101 1011010 100011 10100 1010010 100011

Color Harmonies of #A54110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54110

Black with #A54110

Text Example


Text Example

White with #A54110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54110; }

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

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

background-color css

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

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

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

border-color css

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

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

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