Html Css Color HEX #A93700 Rust

📋 copy color: '#A93700'

red 169 ◦ green 55 ◦ blue 0

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

Shades of Rust #A93700

Tints of Rust #A93700

RGB

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

 GREEN value IS 55 (21.88% from 255) = 24.55%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 75.45%
G = 24.55%
B = 0%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 1

 K value IS 0.34

RGB Variations

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

Color information

#A93700 (or 0xA93700) is known color: Rust. HEX triplet: A9, 37 and 00. RGB value is (169,55,0). Sum of RGB (Red+Green+Blue) = 169+55+0=224 (29% of max value = 765). Red value is 169 (66.41% from 255 or 75.45% from 224); Green value is 55 (21.88% from 255 or 24.55% from 224); Blue value is 0 (0.39% from 255 or 0% from 224); Max value from RGB is 169 - color contains mainly: red. Hex color #A93700 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A93700 is #56C8FF. Grayscale: #535353. Windows color (decimal): -5687552 or 14249. OLE color: 14249.

HSL color Cylindrical-coordinate representation of color #A93700: hue angle of 19.53º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A93700 is Cyan = 0, Magento = 0.67, Yellow = 1 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 55 0 -
CMYK 0 0.67 1 0.34
HSL 19.53º 1% 0.33% -
HSV(B) 19.53º 1% 0.66% -
XYZ 17.73 11.17 1.22 -
YUV 82.82 81.27 189.47 -
System Red Green Blue C M Y K H S L
Decimal 169 55 0 0 0.67 1 0.34 19.53 1 0.33
Hex A9 37 0 0 43 64 22 14 64 21
Octal 251 67 0 0 103 144 42 24 144 41
Binary 10101001 110111 0 0 1000011 1100100 100010 10100 1100100 100001

Color Harmonies of #A93700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93700

Black with #A93700

Text Example


Text Example

White with #A93700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93700; }

 p { color: rgb(169,55,0); }

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

background-color css

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

 a { background-color: rgb(169,55,0); }

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

border-color css

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

 span { border-color: rgb(169,55,0); }

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