Html Css Color HEX #A93009 Rust

📋 copy color: '#A93009'

red 169 ◦ green 48 ◦ blue 9

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

Shades of Rust #A93009

Tints of Rust #A93009

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.98%

R = 74.78%
G = 21.24%
B = 3.98%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.95

 K value IS 0.34

RGB Variations

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

Color information

#A93009 (or 0xA93009) is known color: Rust. HEX triplet: A9, 30 and 09. RGB value is (169,48,9). Sum of RGB (Red+Green+Blue) = 169+48+9=226 (29% of max value = 765). Red value is 169 (66.41% from 255 or 74.78% from 226); Green value is 48 (19.14% from 255 or 21.24% from 226); Blue value is 9 (3.91% from 255 or 3.98% from 226); Max value from RGB is 169 - color contains mainly: red. Hex color #A93009 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A93009 is #56CFF6. Grayscale: #505050. Windows color (decimal): -5689335 or 602281. OLE color: 602281.

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

Color convert

RGB 169 48 9 -
CMYK 0 0.72 0.95 0.34
HSL 14.63º 0.9% 0.35% -
HSV(B) 14.63º 0.95% 0.66% -
XYZ 17.47 10.57 1.38 -
YUV 79.73 88.09 191.67 -
System Red Green Blue C M Y K H S L
Decimal 169 48 9 0 0.72 0.95 0.34 14.63 0.9 0.35
Hex A9 30 9 0 48 5F 22 F 5A 23
Octal 251 60 11 0 110 137 42 17 132 43
Binary 10101001 110000 1001 0 1001000 1011111 100010 1111 1011010 100011

Color Harmonies of #A93009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93009

Black with #A93009

Text Example


Text Example

White with #A93009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93009; }

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

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

background-color css

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

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

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

border-color css

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

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

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