Html Css Color HEX #A93A06 Rust

📋 copy color: '#A93A06'

red 169 ◦ green 58 ◦ blue 6

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

Shades of Rust #A93A06

Tints of Rust #A93A06

RGB

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

 GREEN value IS 58 (23.05% from 255) = 24.89%

 BLUE value IS 6 (2.73% from 255) = 2.58%

R = 72.53%
G = 24.89%
B = 2.58%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.96

 K value IS 0.34

RGB Variations

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

Color information

#A93A06 (or 0xA93A06) is known color: Rust. HEX triplet: A9, 3A and 06. RGB value is (169,58,6). Sum of RGB (Red+Green+Blue) = 169+58+6=233 (30% of max value = 765). Red value is 169 (66.41% from 255 or 72.53% from 233); Green value is 58 (23.05% from 255 or 24.89% from 233); Blue value is 6 (2.73% from 255 or 2.58% from 233); Max value from RGB is 169 - color contains mainly: red. Hex color #A93A06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A93A06 is #56C5F9. Grayscale: #555555. Windows color (decimal): -5686778 or 408233. OLE color: 408233.

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

Color convert

RGB 169 58 6 -
CMYK 0 0.66 0.96 0.34
HSL 19.14º 0.93% 0.34% -
HSV(B) 19.14º 0.96% 0.66% -
XYZ 17.91 11.47 1.44 -
YUV 85.26 83.27 187.73 -
System Red Green Blue C M Y K H S L
Decimal 169 58 6 0 0.66 0.96 0.34 19.14 0.93 0.34
Hex A9 3A 6 0 42 60 22 13 5D 22
Octal 251 72 6 0 102 140 42 23 135 42
Binary 10101001 111010 110 0 1000010 1100000 100010 10011 1011101 100010

Color Harmonies of #A93A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93A06

Black with #A93A06

Text Example


Text Example

White with #A93A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93A06; }

 p { color: rgb(169,58,6); }

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

background-color css

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

 a { background-color: rgb(169,58,6); }

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

border-color css

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

 span { border-color: rgb(169,58,6); }

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