Html Css Color HEX #A13C09 Rust

📋 copy color: '#A13C09'

red 161 ◦ green 60 ◦ blue 9

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

Shades of Rust #A13C09

Tints of Rust #A13C09

RGB

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

 GREEN value IS 60 (23.83% from 255) = 26.09%

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

R = 70%
G = 26.09%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.94

 K value IS 0.37

RGB Variations

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

Color information

#A13C09 (or 0xA13C09) is known color: Rust. HEX triplet: A1, 3C and 09. RGB value is (161,60,9). Sum of RGB (Red+Green+Blue) = 161+60+9=230 (30% of max value = 765). Red value is 161 (63.28% from 255 or 70% from 230); Green value is 60 (23.83% from 255 or 26.09% from 230); Blue value is 9 (3.91% from 255 or 3.91% from 230); Max value from RGB is 161 - color contains mainly: red. Hex color #A13C09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13C09 is #5EC3F6. Grayscale: #545454. Windows color (decimal): -6210551 or 605345. OLE color: 605345.

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

Color convert

RGB 161 60 9 -
CMYK 0 0.63 0.94 0.37
HSL 20.13º 0.89% 0.33% -
HSV(B) 20.13º 0.94% 0.63% -
XYZ 16.36 10.83 1.49 -
YUV 84.39 85.46 182.65 -
System Red Green Blue C M Y K H S L
Decimal 161 60 9 0 0.63 0.94 0.37 20.13 0.89 0.33
Hex A1 3C 9 0 3F 5E 25 14 59 21
Octal 241 74 11 0 77 136 45 24 131 41
Binary 10100001 111100 1001 0 111111 1011110 100101 10100 1011001 100001

Color Harmonies of #A13C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13C09

Black with #A13C09

Text Example


Text Example

White with #A13C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13C09; }

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

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

background-color css

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

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

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

border-color css

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

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

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