Html Css Color HEX #A93518 Rust

📋 copy color: '#A93518'

red 169 ◦ green 53 ◦ blue 24

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

Shades of Rust #A93518

Tints of Rust #A93518

RGB

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

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

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

R = 68.7%
G = 21.54%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.86

 K value IS 0.34

RGB Variations

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

Color information

#A93518 (or 0xA93518) is known color: Rust. HEX triplet: A9, 35 and 18. RGB value is (169,53,24). Sum of RGB (Red+Green+Blue) = 169+53+24=246 (32% of max value = 765). Red value is 169 (66.41% from 255 or 68.70% from 246); Green value is 53 (21.09% from 255 or 21.54% from 246); Blue value is 24 (9.77% from 255 or 9.76% from 246); Max value from RGB is 169 - color contains mainly: red. Hex color #A93518 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A93518 is #56CAE7. Grayscale: #545454. Windows color (decimal): -5688040 or 1586601. OLE color: 1586601.

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

Color convert

RGB 169 53 24 -
CMYK 0 0.69 0.86 0.34
HSL 12º 0.75% 0.38% -
HSV(B) 12º 0.86% 0.66% -
XYZ 17.8 11.05 2.06 -
YUV 84.38 93.93 188.36 -
System Red Green Blue C M Y K H S L
Decimal 169 53 24 0 0.69 0.86 0.34 12 0.75 0.38
Hex A9 35 18 0 45 56 22 C 4B 26
Octal 251 65 30 0 105 126 42 14 113 46
Binary 10101001 110101 11000 0 1000101 1010110 100010 1100 1001011 100110

Color Harmonies of #A93518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93518

Black with #A93518

Text Example


Text Example

White with #A93518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93518; }

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

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

background-color css

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

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

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

border-color css

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

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

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