Html Css Color HEX #A93A18 Rust

📋 copy color: '#A93A18'

red 169 ◦ green 58 ◦ blue 24

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

Shades of Rust #A93A18

Tints of Rust #A93A18

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.11%

 BLUE value IS 24 (9.77% from 255) = 9.56%

R = 67.33%
G = 23.11%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.86

 K value IS 0.34

RGB Variations

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

Color information

#A93A18 (or 0xA93A18) is known color: Rust. HEX triplet: A9, 3A and 18. RGB value is (169,58,24). Sum of RGB (Red+Green+Blue) = 169+58+24=251 (33% of max value = 765). Red value is 169 (66.41% from 255 or 67.33% from 251); Green value is 58 (23.05% from 255 or 23.11% from 251); Blue value is 24 (9.77% from 255 or 9.56% from 251); Max value from RGB is 169 - color contains mainly: red. Hex color #A93A18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A93A18 is #56C5E7. Grayscale: #575757. Windows color (decimal): -5686760 or 1587881. OLE color: 1587881.

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

Color convert

RGB 169 58 24 -
CMYK 0 0.66 0.86 0.34
HSL 14.07º 0.75% 0.38% -
HSV(B) 14.07º 0.86% 0.66% -
XYZ 18.04 11.53 2.14 -
YUV 87.31 92.27 186.26 -
System Red Green Blue C M Y K H S L
Decimal 169 58 24 0 0.66 0.86 0.34 14.07 0.75 0.38
Hex A9 3A 18 0 42 56 22 E 4B 26
Octal 251 72 30 0 102 126 42 16 113 46
Binary 10101001 111010 11000 0 1000010 1010110 100010 1110 1001011 100110

Color Harmonies of #A93A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93A18

Black with #A93A18

Text Example


Text Example

White with #A93A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93A18; }

 p { color: rgb(169,58,24); }

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

background-color css

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

 a { background-color: rgb(169,58,24); }

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

border-color css

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

 span { border-color: rgb(169,58,24); }

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