Html Css Color HEX #A9300C Rust

📋 copy color: '#A9300C'

red 169 ◦ green 48 ◦ blue 12

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

Shades of Rust #A9300C

Tints of Rust #A9300C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.96%

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

R = 73.8%
G = 20.96%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.93

 K value IS 0.34

RGB Variations

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

Color information

#A9300C (or 0xA9300C) is known color: Rust. HEX triplet: A9, 30 and 0C. RGB value is (169,48,12). Sum of RGB (Red+Green+Blue) = 169+48+12=229 (30% of max value = 765). Red value is 169 (66.41% from 255 or 73.80% from 229); Green value is 48 (19.14% from 255 or 20.96% from 229); Blue value is 12 (5.08% from 255 or 5.24% from 229); Max value from RGB is 169 - color contains mainly: red. Hex color #A9300C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A9300C is #56CFF3. Grayscale: #505050. Windows color (decimal): -5689332 or 798889. OLE color: 798889.

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

Color convert

RGB 169 48 12 -
CMYK 0 0.72 0.93 0.34
HSL 13.76º 0.87% 0.35% -
HSV(B) 13.76º 0.93% 0.66% -
XYZ 17.49 10.58 1.47 -
YUV 80.08 89.59 191.43 -
System Red Green Blue C M Y K H S L
Decimal 169 48 12 0 0.72 0.93 0.34 13.76 0.87 0.35
Hex A9 30 C 0 48 5D 22 E 57 23
Octal 251 60 14 0 110 135 42 16 127 43
Binary 10101001 110000 1100 0 1001000 1011101 100010 1110 1010111 100011

Color Harmonies of #A9300C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9300C

Black with #A9300C

Text Example


Text Example

White with #A9300C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9300C; }

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

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

background-color css

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

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

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

border-color css

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

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

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