Html Css Color HEX #A54410 Rust

📋 copy color: '#A54410'

red 165 ◦ green 68 ◦ blue 16

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

Shades of Rust #A54410

Tints of Rust #A54410

RGB

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

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

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

R = 66.27%
G = 27.31%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A54410 (or 0xA54410) is known color: Rust. HEX triplet: A5, 44 and 10. RGB value is (165,68,16). Sum of RGB (Red+Green+Blue) = 165+68+16=249 (32% of max value = 765). Red value is 165 (64.84% from 255 or 66.27% from 249); Green value is 68 (26.95% from 255 or 27.31% from 249); Blue value is 16 (6.64% from 255 or 6.43% from 249); Max value from RGB is 165 - color contains mainly: red. Hex color #A54410 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54410 is #5ABBEF. Grayscale: #5B5B5B. Windows color (decimal): -5946352 or 1066149. OLE color: 1066149.

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

Color convert

RGB 165 68 16 -
CMYK 0 0.59 0.90 0.35
HSL 20.94º 0.82% 0.35% -
HSV(B) 20.94º 0.9% 0.65% -
XYZ 17.68 12.17 1.91 -
YUV 91.08 85.64 180.73 -
System Red Green Blue C M Y K H S L
Decimal 165 68 16 0 0.59 0.90 0.35 20.94 0.82 0.35
Hex A5 44 10 0 3B 5A 23 15 52 23
Octal 245 104 20 0 73 132 43 25 122 43
Binary 10100101 1000100 10000 0 111011 1011010 100011 10101 1010010 100011

Color Harmonies of #A54410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54410

Black with #A54410

Text Example


Text Example

White with #A54410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54410; }

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

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

background-color css

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

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

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

border-color css

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

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

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