Html Css Color HEX #A93507 Rust

📋 copy color: '#A93507'

red 169 ◦ green 53 ◦ blue 7

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

Shades of Rust #A93507

Tints of Rust #A93507

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.06%

R = 73.8%
G = 23.14%
B = 3.06%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.96

 K value IS 0.34

RGB Variations

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

Color information

#A93507 (or 0xA93507) is known color: Rust. HEX triplet: A9, 35 and 07. RGB value is (169,53,7). Sum of RGB (Red+Green+Blue) = 169+53+7=229 (30% of max value = 765). Red value is 169 (66.41% from 255 or 73.80% from 229); Green value is 53 (21.09% from 255 or 23.14% from 229); Blue value is 7 (3.12% from 255 or 3.06% from 229); Max value from RGB is 169 - color contains mainly: red. Hex color #A93507 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A93507 is #56CAF8. Grayscale: #525252. Windows color (decimal): -5688057 or 472489. OLE color: 472489.

HSL color Cylindrical-coordinate representation of color #A93507: hue angle of 17.04º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A93507 is Cyan = 0, Magento = 0.69, Yellow = 0.96 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 53 7 -
CMYK 0 0.69 0.96 0.34
HSL 17.04º 0.92% 0.35% -
HSV(B) 17.04º 0.96% 0.66% -
XYZ 17.67 11 1.39 -
YUV 82.44 85.43 189.74 -
System Red Green Blue C M Y K H S L
Decimal 169 53 7 0 0.69 0.96 0.34 17.04 0.92 0.35
Hex A9 35 7 0 45 60 22 11 5C 23
Octal 251 65 7 0 105 140 42 21 134 43
Binary 10101001 110101 111 0 1000101 1100000 100010 10001 1011100 100011

Color Harmonies of #A93507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93507

Black with #A93507

Text Example


Text Example

White with #A93507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93507; }

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

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

background-color css

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

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

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

border-color css

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

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

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