Html Css Color HEX #A13009 Rust

📋 copy color: '#A13009'

red 161 ◦ green 48 ◦ blue 9

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

Shades of Rust #A13009

Tints of Rust #A13009

RGB

 RED value IS 161 (63.28% from 255) = 73.85%

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

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

R = 73.85%
G = 22.02%
B = 4.13%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.94

 K value IS 0.37

RGB Variations

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

Color information

#A13009 (or 0xA13009) is known color: Rust. HEX triplet: A1, 30 and 09. RGB value is (161,48,9). Sum of RGB (Red+Green+Blue) = 161+48+9=218 (28% of max value = 765). Red value is 161 (63.28% from 255 or 73.85% from 218); Green value is 48 (19.14% from 255 or 22.02% from 218); Blue value is 9 (3.91% from 255 or 4.13% from 218); Max value from RGB is 161 - color contains mainly: red. Hex color #A13009 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13009 is #5ECFF6. Grayscale: #4D4D4D. Windows color (decimal): -6213623 or 602273. OLE color: 602273.

HSL color Cylindrical-coordinate representation of color #A13009: hue angle of 15.39º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A13009 is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 48 9 -
CMYK 0 0.70 0.94 0.37
HSL 15.39º 0.89% 0.33% -
HSV(B) 15.39º 0.94% 0.63% -
XYZ 15.8 9.71 1.3 -
YUV 77.34 89.44 187.67 -
System Red Green Blue C M Y K H S L
Decimal 161 48 9 0 0.70 0.94 0.37 15.39 0.89 0.33
Hex A1 30 9 0 46 5E 25 F 59 21
Octal 241 60 11 0 106 136 45 17 131 41
Binary 10100001 110000 1001 0 1000110 1011110 100101 1111 1011001 100001

Color Harmonies of #A13009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13009

Black with #A13009

Text Example


Text Example

White with #A13009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13009; }

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

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

background-color css

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

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

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

border-color css

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

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

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