Html Css Color HEX #A94510 Rust

📋 copy color: '#A94510'

red 169 ◦ green 69 ◦ blue 16

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

Shades of Rust #A94510

Tints of Rust #A94510

RGB

 RED value IS 169 (66.41% from 255) = 66.54%

 GREEN value IS 69 (27.34% from 255) = 27.17%

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

R = 66.54%
G = 27.17%
B = 6.3%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.91

 K value IS 0.34

RGB Variations

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

Color information

#A94510 (or 0xA94510) is known color: Rust. HEX triplet: A9, 45 and 10. RGB value is (169,69,16). Sum of RGB (Red+Green+Blue) = 169+69+16=254 (33% of max value = 765). Red value is 169 (66.41% from 255 or 66.54% from 254); Green value is 69 (27.34% from 255 or 27.17% from 254); Blue value is 16 (6.64% from 255 or 6.30% from 254); Max value from RGB is 169 - color contains mainly: red. Hex color #A94510 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A94510 is #56BAEF. Grayscale: #5D5D5D. Windows color (decimal): -5683952 or 1066409. OLE color: 1066409.

HSL color Cylindrical-coordinate representation of color #A94510: hue angle of 20.78º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A94510 is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 69 16 -
CMYK 0 0.59 0.91 0.34
HSL 20.78º 0.83% 0.36% -
HSV(B) 20.78º 0.91% 0.66% -
XYZ 18.58 12.73 1.97 -
YUV 92.86 84.63 182.31 -
System Red Green Blue C M Y K H S L
Decimal 169 69 16 0 0.59 0.91 0.34 20.78 0.83 0.36
Hex A9 45 10 0 3B 5B 22 15 53 24
Octal 251 105 20 0 73 133 42 25 123 44
Binary 10101001 1000101 10000 0 111011 1011011 100010 10101 1010011 100100

Color Harmonies of #A94510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94510

Black with #A94510

Text Example


Text Example

White with #A94510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94510; }

 p { color: rgb(169,69,16); }

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

background-color css

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

 a { background-color: rgb(169,69,16); }

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

border-color css

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

 span { border-color: rgb(169,69,16); }

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