Html Css Color HEX #A93319 Rust

📋 copy color: '#A93319'

red 169 ◦ green 51 ◦ blue 25

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

Shades of Rust #A93319

Tints of Rust #A93319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.2%

R = 68.98%
G = 20.82%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.85

 K value IS 0.34

RGB Variations

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

Color information

#A93319 (or 0xA93319) is known color: Rust. HEX triplet: A9, 33 and 19. RGB value is (169,51,25). Sum of RGB (Red+Green+Blue) = 169+51+25=245 (32% of max value = 765). Red value is 169 (66.41% from 255 or 68.98% from 245); Green value is 51 (20.31% from 255 or 20.82% from 245); Blue value is 25 (10.16% from 255 or 10.20% from 245); Max value from RGB is 169 - color contains mainly: red. Hex color #A93319 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A93319 is #56CCE6. Grayscale: #535353. Windows color (decimal): -5688551 or 1651625. OLE color: 1651625.

HSL color Cylindrical-coordinate representation of color #A93319: hue angle of 10.83º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A93319 is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 51 25 -
CMYK 0 0.70 0.85 0.34
HSL 10.83º 0.74% 0.38% -
HSV(B) 10.83º 0.85% 0.66% -
XYZ 17.72 10.87 2.08 -
YUV 83.32 95.09 189.11 -
System Red Green Blue C M Y K H S L
Decimal 169 51 25 0 0.70 0.85 0.34 10.83 0.74 0.38
Hex A9 33 19 0 46 55 22 B 4A 26
Octal 251 63 31 0 106 125 42 13 112 46
Binary 10101001 110011 11001 0 1000110 1010101 100010 1011 1001010 100110

Color Harmonies of #A93319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93319

Black with #A93319

Text Example


Text Example

White with #A93319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93319; }

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

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

background-color css

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

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

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

border-color css

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

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

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