Html Css Color HEX #A93B00 Rust

📋 copy color: '#A93B00'

red 169 ◦ green 59 ◦ blue 0

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

Shades of Rust #A93B00

Tints of Rust #A93B00

RGB

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

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

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

R = 74.12%
G = 25.88%
B = 0%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1

 K value IS 0.34

RGB Variations

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

Color information

#A93B00 (or 0xA93B00) is known color: Rust. HEX triplet: A9, 3B and 00. RGB value is (169,59,0). Sum of RGB (Red+Green+Blue) = 169+59+0=228 (30% of max value = 765). Red value is 169 (66.41% from 255 or 74.12% from 228); Green value is 59 (23.44% from 255 or 25.88% from 228); Blue value is 0 (0.39% from 255 or 0% from 228); Max value from RGB is 169 - color contains mainly: red. Hex color #A93B00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A93B00 is #56C4FF. Grayscale: #555555. Windows color (decimal): -5686528 or 15273. OLE color: 15273.

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

Color convert

RGB 169 59 0 -
CMYK 0 0.65 1 0.34
HSL 20.95º 1% 0.33% -
HSV(B) 20.95º 1% 0.66% -
XYZ 17.93 11.56 1.29 -
YUV 85.16 79.94 187.8 -
System Red Green Blue C M Y K H S L
Decimal 169 59 0 0 0.65 1 0.34 20.95 1 0.33
Hex A9 3B 0 0 41 64 22 15 64 21
Octal 251 73 0 0 101 144 42 25 144 41
Binary 10101001 111011 0 0 1000001 1100100 100010 10101 1100100 100001

Color Harmonies of #A93B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93B00

Black with #A93B00

Text Example


Text Example

White with #A93B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93B00; }

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

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

background-color css

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

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

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

border-color css

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

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

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