Html Css Color HEX #A93415 Rust

📋 copy color: '#A93415'

red 169 ◦ green 52 ◦ blue 21

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

Shades of Rust #A93415

Tints of Rust #A93415

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.49%

 BLUE value IS 21 (8.59% from 255) = 8.68%

R = 69.83%
G = 21.49%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.88

 K value IS 0.34

RGB Variations

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

Color information

#A93415 (or 0xA93415) is known color: Rust. HEX triplet: A9, 34 and 15. RGB value is (169,52,21). Sum of RGB (Red+Green+Blue) = 169+52+21=242 (32% of max value = 765). Red value is 169 (66.41% from 255 or 69.83% from 242); Green value is 52 (20.70% from 255 or 21.49% from 242); Blue value is 21 (8.59% from 255 or 8.68% from 242); Max value from RGB is 169 - color contains mainly: red. Hex color #A93415 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A93415 is #56CBEA. Grayscale: #535353. Windows color (decimal): -5688299 or 1389737. OLE color: 1389737.

HSL color Cylindrical-coordinate representation of color #A93415: hue angle of 12.57º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A93415 is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 52 21 -
CMYK 0 0.69 0.88 0.34
HSL 12.57º 0.78% 0.37% -
HSV(B) 12.57º 0.88% 0.66% -
XYZ 17.73 10.95 1.89 -
YUV 83.45 92.76 189.02 -
System Red Green Blue C M Y K H S L
Decimal 169 52 21 0 0.69 0.88 0.34 12.57 0.78 0.37
Hex A9 34 15 0 45 58 22 D 4E 25
Octal 251 64 25 0 105 130 42 15 116 45
Binary 10101001 110100 10101 0 1000101 1011000 100010 1101 1001110 100101

Color Harmonies of #A93415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93415

Black with #A93415

Text Example


Text Example

White with #A93415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93415; }

 p { color: rgb(169,52,21); }

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

background-color css

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

 a { background-color: rgb(169,52,21); }

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

border-color css

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

 span { border-color: rgb(169,52,21); }

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