Html Css Color HEX #A93510 Rust

📋 copy color: '#A93510'

red 169 ◦ green 53 ◦ blue 16

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

Shades of Rust #A93510

Tints of Rust #A93510

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.27%

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

R = 71.01%
G = 22.27%
B = 6.72%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.91

 K value IS 0.34

RGB Variations

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

Color information

#A93510 (or 0xA93510) is known color: Rust. HEX triplet: A9, 35 and 10. RGB value is (169,53,16). Sum of RGB (Red+Green+Blue) = 169+53+16=238 (31% of max value = 765). Red value is 169 (66.41% from 255 or 71.01% from 238); Green value is 53 (21.09% from 255 or 22.27% from 238); Blue value is 16 (6.64% from 255 or 6.72% from 238); Max value from RGB is 169 - color contains mainly: red. Hex color #A93510 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A93510 is #56CAEF. Grayscale: #535353. Windows color (decimal): -5688048 or 1062313. OLE color: 1062313.

HSL color Cylindrical-coordinate representation of color #A93510: hue angle of 14.51º 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 #A93510 is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 53 16 -
CMYK 0 0.69 0.91 0.34
HSL 14.51º 0.83% 0.36% -
HSV(B) 14.51º 0.91% 0.66% -
XYZ 17.73 11.02 1.68 -
YUV 83.47 89.93 189.01 -
System Red Green Blue C M Y K H S L
Decimal 169 53 16 0 0.69 0.91 0.34 14.51 0.83 0.36
Hex A9 35 10 0 45 5B 22 F 53 24
Octal 251 65 20 0 105 133 42 17 123 44
Binary 10101001 110101 10000 0 1000101 1011011 100010 1111 1010011 100100

Color Harmonies of #A93510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93510

Black with #A93510

Text Example


Text Example

White with #A93510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93510; }

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

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

background-color css

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

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

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

border-color css

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

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

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