Html Css Color HEX #A93C18 Rust

📋 copy color: '#A93C18'

red 169 ◦ green 60 ◦ blue 24

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

Shades of Rust #A93C18

Tints of Rust #A93C18

RGB

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

 GREEN value IS 60 (23.83% from 255) = 23.72%

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

R = 66.8%
G = 23.72%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.86

 K value IS 0.34

RGB Variations

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

Color information

#A93C18 (or 0xA93C18) is known color: Rust. HEX triplet: A9, 3C and 18. RGB value is (169,60,24). Sum of RGB (Red+Green+Blue) = 169+60+24=253 (33% of max value = 765). Red value is 169 (66.41% from 255 or 66.80% from 253); Green value is 60 (23.83% from 255 or 23.72% from 253); Blue value is 24 (9.77% from 255 or 9.49% from 253); Max value from RGB is 169 - color contains mainly: red. Hex color #A93C18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A93C18 is #56C3E7. Grayscale: #585858. Windows color (decimal): -5686248 or 1588393. OLE color: 1588393.

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

Color convert

RGB 169 60 24 -
CMYK 0 0.64 0.86 0.34
HSL 14.9º 0.75% 0.38% -
HSV(B) 14.9º 0.86% 0.66% -
XYZ 18.14 11.73 2.17 -
YUV 88.49 91.61 185.43 -
System Red Green Blue C M Y K H S L
Decimal 169 60 24 0 0.64 0.86 0.34 14.9 0.75 0.38
Hex A9 3C 18 0 40 56 22 F 4B 26
Octal 251 74 30 0 100 126 42 17 113 46
Binary 10101001 111100 11000 0 1000000 1010110 100010 1111 1001011 100110

Color Harmonies of #A93C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93C18

Black with #A93C18

Text Example


Text Example

White with #A93C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93C18; }

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

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

background-color css

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

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

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

border-color css

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

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

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