Html Css Color HEX #A93602 Rust

📋 copy color: '#A93602'

red 169 ◦ green 54 ◦ blue 2

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

Shades of Rust #A93602

Tints of Rust #A93602

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24%

 BLUE value IS 2 (1.17% from 255) = 0.89%

R = 75.11%
G = 24%
B = 0.89%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.99

 K value IS 0.34

RGB Variations

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

Color information

#A93602 (or 0xA93602) is known color: Rust. HEX triplet: A9, 36 and 02. RGB value is (169,54,2). Sum of RGB (Red+Green+Blue) = 169+54+2=225 (29% of max value = 765). Red value is 169 (66.41% from 255 or 75.11% from 225); Green value is 54 (21.48% from 255 or 24% from 225); Blue value is 2 (1.17% from 255 or 0.89% from 225); Max value from RGB is 169 - color contains mainly: red. Hex color #A93602 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A93602 is #56C9FD. Grayscale: #525252. Windows color (decimal): -5687806 or 145065. OLE color: 145065.

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

Color convert

RGB 169 54 2 -
CMYK 0 0.68 0.99 0.34
HSL 18.68º 0.98% 0.34% -
HSV(B) 18.68º 0.99% 0.66% -
XYZ 17.69 11.08 1.26 -
YUV 82.46 82.6 189.73 -
System Red Green Blue C M Y K H S L
Decimal 169 54 2 0 0.68 0.99 0.34 18.68 0.98 0.34
Hex A9 36 2 0 44 63 22 13 62 22
Octal 251 66 2 0 104 143 42 23 142 42
Binary 10101001 110110 10 0 1000100 1100011 100010 10011 1100010 100010

Color Harmonies of #A93602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93602

Black with #A93602

Text Example


Text Example

White with #A93602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93602; }

 p { color: rgb(169,54,2); }

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

background-color css

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

 a { background-color: rgb(169,54,2); }

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

border-color css

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

 span { border-color: rgb(169,54,2); }

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