Html Css Color HEX #A54910 Rust

📋 copy color: '#A54910'

red 165 ◦ green 73 ◦ blue 16

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

Shades of Rust #A54910

Tints of Rust #A54910

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.74%

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

R = 64.96%
G = 28.74%
B = 6.3%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A54910 (or 0xA54910) is known color: Rust. HEX triplet: A5, 49 and 10. RGB value is (165,73,16). Sum of RGB (Red+Green+Blue) = 165+73+16=254 (33% of max value = 765). Red value is 165 (64.84% from 255 or 64.96% from 254); Green value is 73 (28.91% from 255 or 28.74% from 254); Blue value is 16 (6.64% from 255 or 6.30% from 254); Max value from RGB is 165 - color contains mainly: red. Hex color #A54910 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54910 is #5AB6EF. Grayscale: #5E5E5E. Windows color (decimal): -5945072 or 1067429. OLE color: 1067429.

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

Color convert

RGB 165 73 16 -
CMYK 0 0.56 0.90 0.35
HSL 22.95º 0.82% 0.35% -
HSV(B) 22.95º 0.9% 0.65% -
XYZ 17.99 12.8 2.01 -
YUV 94.01 83.98 178.63 -
System Red Green Blue C M Y K H S L
Decimal 165 73 16 0 0.56 0.90 0.35 22.95 0.82 0.35
Hex A5 49 10 0 38 5A 23 17 52 23
Octal 245 111 20 0 70 132 43 27 122 43
Binary 10100101 1001001 10000 0 111000 1011010 100011 10111 1010010 100011

Color Harmonies of #A54910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54910

Black with #A54910

Text Example


Text Example

White with #A54910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54910; }

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

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

background-color css

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

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

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

border-color css

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

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

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