Html Css Color HEX #A93A00 Rust

📋 copy color: '#A93A00'

red 169 ◦ green 58 ◦ blue 0

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

Shades of Rust #A93A00

Tints of Rust #A93A00

RGB

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

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

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

R = 74.45%
G = 25.55%
B = 0%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 1

 K value IS 0.34

RGB Variations

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

Color information

#A93A00 (or 0xA93A00) is known color: Rust. HEX triplet: A9, 3A and 00. RGB value is (169,58,0). Sum of RGB (Red+Green+Blue) = 169+58+0=227 (30% of max value = 765). Red value is 169 (66.41% from 255 or 74.45% from 227); Green value is 58 (23.05% from 255 or 25.55% from 227); Blue value is 0 (0.39% from 255 or 0% from 227); Max value from RGB is 169 - color contains mainly: red. Hex color #A93A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A93A00 is #56C5FF. Grayscale: #545454. Windows color (decimal): -5686784 or 15017. OLE color: 15017.

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

Color convert

RGB 169 58 0 -
CMYK 0 0.66 1 0.34
HSL 20.59º 1% 0.33% -
HSV(B) 20.59º 1% 0.66% -
XYZ 17.88 11.46 1.27 -
YUV 84.58 80.27 188.22 -
System Red Green Blue C M Y K H S L
Decimal 169 58 0 0 0.66 1 0.34 20.59 1 0.33
Hex A9 3A 0 0 42 64 22 15 64 21
Octal 251 72 0 0 102 144 42 25 144 41
Binary 10101001 111010 0 0 1000010 1100100 100010 10101 1100100 100001

Color Harmonies of #A93A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93A00

Black with #A93A00

Text Example


Text Example

White with #A93A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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