Html Css Color HEX #A94015 Rust

📋 copy color: '#A94015'

red 169 ◦ green 64 ◦ blue 21

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

Shades of Rust #A94015

Tints of Rust #A94015

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.2%

 BLUE value IS 21 (8.59% from 255) = 8.27%

R = 66.54%
G = 25.2%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.88

 K value IS 0.34

RGB Variations

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

Color information

#A94015 (or 0xA94015) is known color: Rust. HEX triplet: A9, 40 and 15. RGB value is (169,64,21). Sum of RGB (Red+Green+Blue) = 169+64+21=254 (33% of max value = 765). Red value is 169 (66.41% from 255 or 66.54% from 254); Green value is 64 (25.39% from 255 or 25.20% from 254); Blue value is 21 (8.59% from 255 or 8.27% from 254); Max value from RGB is 169 - color contains mainly: red. Hex color #A94015 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A94015 is #56BFEA. Grayscale: #5A5A5A. Windows color (decimal): -5685227 or 1392809. OLE color: 1392809.

HSL color Cylindrical-coordinate representation of color #A94015: hue angle of 17.43º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A94015 is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 64 21 -
CMYK 0 0.62 0.88 0.34
HSL 17.43º 0.78% 0.37% -
HSV(B) 17.43º 0.88% 0.66% -
XYZ 18.33 12.16 2.09 -
YUV 90.49 88.79 184 -
System Red Green Blue C M Y K H S L
Decimal 169 64 21 0 0.62 0.88 0.34 17.43 0.78 0.37
Hex A9 40 15 0 3E 58 22 11 4E 25
Octal 251 100 25 0 76 130 42 21 116 45
Binary 10101001 1000000 10101 0 111110 1011000 100010 10001 1001110 100101

Color Harmonies of #A94015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94015

Black with #A94015

Text Example


Text Example

White with #A94015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94015; }

 p { color: rgb(169,64,21); }

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

background-color css

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

 a { background-color: rgb(169,64,21); }

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

border-color css

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

 span { border-color: rgb(169,64,21); }

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