Html Css Color HEX #A93B05 Rust

📋 copy color: '#A93B05'

red 169 ◦ green 59 ◦ blue 5

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

Shades of Rust #A93B05

Tints of Rust #A93B05

RGB

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

 GREEN value IS 59 (23.44% from 255) = 25.32%

 BLUE value IS 5 (2.34% from 255) = 2.15%

R = 72.53%
G = 25.32%
B = 2.15%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.97

 K value IS 0.34

RGB Variations

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

Color information

#A93B05 (or 0xA93B05) is known color: Rust. HEX triplet: A9, 3B and 05. RGB value is (169,59,5). Sum of RGB (Red+Green+Blue) = 169+59+5=233 (30% of max value = 765). Red value is 169 (66.41% from 255 or 72.53% from 233); Green value is 59 (23.44% from 255 or 25.32% from 233); Blue value is 5 (2.34% from 255 or 2.15% from 233); Max value from RGB is 169 - color contains mainly: red. Hex color #A93B05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A93B05 is #56C4FA. Grayscale: #565656. Windows color (decimal): -5686523 or 342953. OLE color: 342953.

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

Color convert

RGB 169 59 5 -
CMYK 0 0.65 0.97 0.34
HSL 19.76º 0.94% 0.34% -
HSV(B) 19.76º 0.97% 0.66% -
XYZ 17.95 11.57 1.43 -
YUV 85.73 82.44 187.39 -
System Red Green Blue C M Y K H S L
Decimal 169 59 5 0 0.65 0.97 0.34 19.76 0.94 0.34
Hex A9 3B 5 0 41 61 22 14 5E 22
Octal 251 73 5 0 101 141 42 24 136 42
Binary 10101001 111011 101 0 1000001 1100001 100010 10100 1011110 100010

Color Harmonies of #A93B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93B05

Black with #A93B05

Text Example


Text Example

White with #A93B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93B05; }

 p { color: rgb(169,59,5); }

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

background-color css

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

 a { background-color: rgb(169,59,5); }

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

border-color css

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

 span { border-color: rgb(169,59,5); }

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