Html Css Color HEX #A9530C Rust

📋 copy color: '#A9530C'

red 169 ◦ green 83 ◦ blue 12

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

Shades of Rust #A9530C

Tints of Rust #A9530C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.44%

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

R = 64.02%
G = 31.44%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.93

 K value IS 0.34

RGB Variations

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

Color information

#A9530C (or 0xA9530C) is known color: Rust. HEX triplet: A9, 53 and 0C. RGB value is (169,83,12). Sum of RGB (Red+Green+Blue) = 169+83+12=264 (34% of max value = 765). Red value is 169 (66.41% from 255 or 64.02% from 264); Green value is 83 (32.81% from 255 or 31.44% from 264); Blue value is 12 (5.08% from 255 or 4.55% from 264); Max value from RGB is 169 - color contains mainly: red. Hex color #A9530C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A9530C is #56ACF3. Grayscale: #646464. Windows color (decimal): -5680372 or 807849. OLE color: 807849.

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

Color convert

RGB 169 83 12 -
CMYK 0 0.51 0.93 0.34
HSL 27.13º 0.87% 0.35% -
HSV(B) 27.13º 0.93% 0.66% -
XYZ 19.52 14.65 2.15 -
YUV 100.62 77.99 176.77 -
System Red Green Blue C M Y K H S L
Decimal 169 83 12 0 0.51 0.93 0.34 27.13 0.87 0.35
Hex A9 53 C 0 33 5D 22 1B 57 23
Octal 251 123 14 0 63 135 42 33 127 43
Binary 10101001 1010011 1100 0 110011 1011101 100010 11011 1010111 100011

Color Harmonies of #A9530C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9530C

Black with #A9530C

Text Example


Text Example

White with #A9530C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9530C; }

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

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

background-color css

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

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

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

border-color css

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

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

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