Html Css Color HEX #A93503 Rust

📋 copy color: '#A93503'

red 169 ◦ green 53 ◦ blue 3

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

Shades of Rust #A93503

Tints of Rust #A93503

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.56%

 BLUE value IS 3 (1.56% from 255) = 1.33%

R = 75.11%
G = 23.56%
B = 1.33%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.98

 K value IS 0.34

RGB Variations

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

Color information

#A93503 (or 0xA93503) is known color: Rust. HEX triplet: A9, 35 and 03. RGB value is (169,53,3). Sum of RGB (Red+Green+Blue) = 169+53+3=225 (29% of max value = 765). Red value is 169 (66.41% from 255 or 75.11% from 225); Green value is 53 (21.09% from 255 or 23.56% from 225); Blue value is 3 (1.56% from 255 or 1.33% from 225); Max value from RGB is 169 - color contains mainly: red. Hex color #A93503 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A93503 is #56CAFC. Grayscale: #525252. Windows color (decimal): -5688061 or 210345. OLE color: 210345.

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

Color convert

RGB 169 53 3 -
CMYK 0 0.69 0.98 0.34
HSL 18.07º 0.97% 0.34% -
HSV(B) 18.07º 0.98% 0.66% -
XYZ 17.65 10.99 1.28 -
YUV 81.98 83.43 190.07 -
System Red Green Blue C M Y K H S L
Decimal 169 53 3 0 0.69 0.98 0.34 18.07 0.97 0.34
Hex A9 35 3 0 45 62 22 12 61 22
Octal 251 65 3 0 105 142 42 22 141 42
Binary 10101001 110101 11 0 1000101 1100010 100010 10010 1100001 100010

Color Harmonies of #A93503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93503

Black with #A93503

Text Example


Text Example

White with #A93503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93503; }

 p { color: rgb(169,53,3); }

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

background-color css

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

 a { background-color: rgb(169,53,3); }

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

border-color css

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

 span { border-color: rgb(169,53,3); }

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