Html Css Color HEX #A13D09 Rust

📋 copy color: '#A13D09'

red 161 ◦ green 61 ◦ blue 9

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

Shades of Rust #A13D09

Tints of Rust #A13D09

RGB

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

 GREEN value IS 61 (24.22% from 255) = 26.41%

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

R = 69.7%
G = 26.41%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.94

 K value IS 0.37

RGB Variations

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

Color information

#A13D09 (or 0xA13D09) is known color: Rust. HEX triplet: A1, 3D and 09. RGB value is (161,61,9). Sum of RGB (Red+Green+Blue) = 161+61+9=231 (30% of max value = 765). Red value is 161 (63.28% from 255 or 69.70% from 231); Green value is 61 (24.22% from 255 or 26.41% from 231); Blue value is 9 (3.91% from 255 or 3.90% from 231); Max value from RGB is 161 - color contains mainly: red. Hex color #A13D09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13D09 is #5EC2F6. Grayscale: #555555. Windows color (decimal): -6210295 or 605601. OLE color: 605601.

HSL color Cylindrical-coordinate representation of color #A13D09: hue angle of 20.53º 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 #A13D09 is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 61 9 -
CMYK 0 0.62 0.94 0.37
HSL 20.53º 0.89% 0.33% -
HSV(B) 20.53º 0.94% 0.63% -
XYZ 16.42 10.93 1.5 -
YUV 84.97 85.13 182.23 -
System Red Green Blue C M Y K H S L
Decimal 161 61 9 0 0.62 0.94 0.37 20.53 0.89 0.33
Hex A1 3D 9 0 3E 5E 25 15 59 21
Octal 241 75 11 0 76 136 45 25 131 41
Binary 10100001 111101 1001 0 111110 1011110 100101 10101 1011001 100001

Color Harmonies of #A13D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13D09

Black with #A13D09

Text Example


Text Example

White with #A13D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13D09; }

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

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

background-color css

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

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

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

border-color css

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

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

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