Html Css Color HEX #A13409 Rust

📋 copy color: '#A13409'

red 161 ◦ green 52 ◦ blue 9

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

Shades of Rust #A13409

Tints of Rust #A13409

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.42%

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

R = 72.52%
G = 23.42%
B = 4.05%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.94

 K value IS 0.37

RGB Variations

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

Color information

#A13409 (or 0xA13409) is known color: Rust. HEX triplet: A1, 34 and 09. RGB value is (161,52,9). Sum of RGB (Red+Green+Blue) = 161+52+9=222 (29% of max value = 765). Red value is 161 (63.28% from 255 or 72.52% from 222); Green value is 52 (20.70% from 255 or 23.42% from 222); Blue value is 9 (3.91% from 255 or 4.05% from 222); Max value from RGB is 161 - color contains mainly: red. Hex color #A13409 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13409 is #5ECBF6. Grayscale: #4F4F4F. Windows color (decimal): -6212599 or 603297. OLE color: 603297.

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

Color convert

RGB 161 52 9 -
CMYK 0 0.68 0.94 0.37
HSL 16.97º 0.89% 0.33% -
HSV(B) 16.97º 0.94% 0.63% -
XYZ 15.98 10.05 1.36 -
YUV 79.69 88.11 186 -
System Red Green Blue C M Y K H S L
Decimal 161 52 9 0 0.68 0.94 0.37 16.97 0.89 0.33
Hex A1 34 9 0 44 5E 25 11 59 21
Octal 241 64 11 0 104 136 45 21 131 41
Binary 10100001 110100 1001 0 1000100 1011110 100101 10001 1011001 100001

Color Harmonies of #A13409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13409

Black with #A13409

Text Example


Text Example

White with #A13409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13409; }

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

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

background-color css

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

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

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

border-color css

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

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

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