Html Css Color HEX #A93914 Rust

📋 copy color: '#A93914'

red 169 ◦ green 57 ◦ blue 20

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

Shades of Rust #A93914

Tints of Rust #A93914

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.17%

 BLUE value IS 20 (8.2% from 255) = 8.13%

R = 68.7%
G = 23.17%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.88

 K value IS 0.34

RGB Variations

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

Color information

#A93914 (or 0xA93914) is known color: Rust. HEX triplet: A9, 39 and 14. RGB value is (169,57,20). Sum of RGB (Red+Green+Blue) = 169+57+20=246 (32% of max value = 765). Red value is 169 (66.41% from 255 or 68.70% from 246); Green value is 57 (22.66% from 255 or 23.17% from 246); Blue value is 20 (8.20% from 255 or 8.13% from 246); Max value from RGB is 169 - color contains mainly: red. Hex color #A93914 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A93914 is #56C6EB. Grayscale: #565656. Windows color (decimal): -5687020 or 1325481. OLE color: 1325481.

HSL color Cylindrical-coordinate representation of color #A93914: hue angle of 14.9º degrees, saturation: 0.79, 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 #A93914 is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 57 20 -
CMYK 0 0.66 0.88 0.34
HSL 14.9º 0.79% 0.37% -
HSV(B) 14.9º 0.88% 0.66% -
XYZ 17.95 11.41 1.92 -
YUV 86.27 90.61 187.01 -
System Red Green Blue C M Y K H S L
Decimal 169 57 20 0 0.66 0.88 0.34 14.9 0.79 0.37
Hex A9 39 14 0 42 58 22 F 4F 25
Octal 251 71 24 0 102 130 42 17 117 45
Binary 10101001 111001 10100 0 1000010 1011000 100010 1111 1001111 100101

Color Harmonies of #A93914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93914

Black with #A93914

Text Example


Text Example

White with #A93914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93914; }

 p { color: rgb(169,57,20); }

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

background-color css

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

 a { background-color: rgb(169,57,20); }

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

border-color css

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

 span { border-color: rgb(169,57,20); }

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