Html Css Color HEX #A93305 Rust

📋 copy color: '#A93305'

red 169 ◦ green 51 ◦ blue 5

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

Shades of Rust #A93305

Tints of Rust #A93305

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.67%

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

R = 75.11%
G = 22.67%
B = 2.22%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.97

 K value IS 0.34

RGB Variations

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

Color information

#A93305 (or 0xA93305) is known color: Rust. HEX triplet: A9, 33 and 05. RGB value is (169,51,5). Sum of RGB (Red+Green+Blue) = 169+51+5=225 (29% of max value = 765). Red value is 169 (66.41% from 255 or 75.11% from 225); Green value is 51 (20.31% from 255 or 22.67% from 225); Blue value is 5 (2.34% from 255 or 2.22% from 225); Max value from RGB is 169 - color contains mainly: red. Hex color #A93305 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A93305 is #56CCFA. Grayscale: #515151. Windows color (decimal): -5688571 or 340905. OLE color: 340905.

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

Color convert

RGB 169 51 5 -
CMYK 0 0.70 0.97 0.34
HSL 16.83º 0.94% 0.34% -
HSV(B) 16.83º 0.97% 0.66% -
XYZ 17.57 10.81 1.3 -
YUV 81.04 85.09 190.74 -
System Red Green Blue C M Y K H S L
Decimal 169 51 5 0 0.70 0.97 0.34 16.83 0.94 0.34
Hex A9 33 5 0 46 61 22 11 5E 22
Octal 251 63 5 0 106 141 42 21 136 42
Binary 10101001 110011 101 0 1000110 1100001 100010 10001 1011110 100010

Color Harmonies of #A93305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93305

Black with #A93305

Text Example


Text Example

White with #A93305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93305; }

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

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

background-color css

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

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

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

border-color css

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

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

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