Html Css Color HEX #A9350C Rust

📋 copy color: '#A9350C'

red 169 ◦ green 53 ◦ blue 12

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

Shades of Rust #A9350C

Tints of Rust #A9350C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.13%

R = 72.22%
G = 22.65%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.93

 K value IS 0.34

RGB Variations

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

Color information

#A9350C (or 0xA9350C) is known color: Rust. HEX triplet: A9, 35 and 0C. RGB value is (169,53,12). Sum of RGB (Red+Green+Blue) = 169+53+12=234 (30% of max value = 765). Red value is 169 (66.41% from 255 or 72.22% from 234); Green value is 53 (21.09% from 255 or 22.65% from 234); Blue value is 12 (5.08% from 255 or 5.13% from 234); Max value from RGB is 169 - color contains mainly: red. Hex color #A9350C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A9350C is #56CAF3. Grayscale: #535353. Windows color (decimal): -5688052 or 800169. OLE color: 800169.

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

Color convert

RGB 169 53 12 -
CMYK 0 0.69 0.93 0.34
HSL 15.67º 0.87% 0.35% -
HSV(B) 15.67º 0.93% 0.66% -
XYZ 17.7 11.01 1.54 -
YUV 83.01 87.93 189.33 -
System Red Green Blue C M Y K H S L
Decimal 169 53 12 0 0.69 0.93 0.34 15.67 0.87 0.35
Hex A9 35 C 0 45 5D 22 10 57 23
Octal 251 65 14 0 105 135 42 20 127 43
Binary 10101001 110101 1100 0 1000101 1011101 100010 10000 1010111 100011

Color Harmonies of #A9350C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9350C

Black with #A9350C

Text Example


Text Example

White with #A9350C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9350C; }

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

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

background-color css

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

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

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

border-color css

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

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

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