Html Css Color HEX #A93611 Rust

📋 copy color: '#A93611'

red 169 ◦ green 54 ◦ blue 17

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

Shades of Rust #A93611

Tints of Rust #A93611

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.5%

 BLUE value IS 17 (7.03% from 255) = 7.08%

R = 70.42%
G = 22.5%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.90

 K value IS 0.34

RGB Variations

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

Color information

#A93611 (or 0xA93611) is known color: Rust. HEX triplet: A9, 36 and 11. RGB value is (169,54,17). Sum of RGB (Red+Green+Blue) = 169+54+17=240 (31% of max value = 765). Red value is 169 (66.41% from 255 or 70.42% from 240); Green value is 54 (21.48% from 255 or 22.5% from 240); Blue value is 17 (7.03% from 255 or 7.08% from 240); Max value from RGB is 169 - color contains mainly: red. Hex color #A93611 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A93611 is #56C9EE. Grayscale: #545454. Windows color (decimal): -5687791 or 1128105. OLE color: 1128105.

HSL color Cylindrical-coordinate representation of color #A93611: hue angle of 14.61º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A93611 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 54 17 -
CMYK 0 0.68 0.90 0.34
HSL 14.61º 0.82% 0.36% -
HSV(B) 14.61º 0.9% 0.66% -
XYZ 17.78 11.11 1.74 -
YUV 84.17 90.1 188.51 -
System Red Green Blue C M Y K H S L
Decimal 169 54 17 0 0.68 0.90 0.34 14.61 0.82 0.36
Hex A9 36 11 0 44 5A 22 F 52 24
Octal 251 66 21 0 104 132 42 17 122 44
Binary 10101001 110110 10001 0 1000100 1011010 100010 1111 1010010 100100

Color Harmonies of #A93611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93611

Black with #A93611

Text Example


Text Example

White with #A93611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93611; }

 p { color: rgb(169,54,17); }

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

background-color css

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

 a { background-color: rgb(169,54,17); }

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

border-color css

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

 span { border-color: rgb(169,54,17); }

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