Html Css Color HEX #A13005 Rust

📋 copy color: '#A13005'

red 161 ◦ green 48 ◦ blue 5

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

Shades of Rust #A13005

Tints of Rust #A13005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.34%

R = 75.23%
G = 22.43%
B = 2.34%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.97

 K value IS 0.37

RGB Variations

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

Color information

#A13005 (or 0xA13005) is known color: Rust. HEX triplet: A1, 30 and 05. RGB value is (161,48,5). Sum of RGB (Red+Green+Blue) = 161+48+5=214 (28% of max value = 765). Red value is 161 (63.28% from 255 or 75.23% from 214); Green value is 48 (19.14% from 255 or 22.43% from 214); Blue value is 5 (2.34% from 255 or 2.34% from 214); Max value from RGB is 161 - color contains mainly: red. Hex color #A13005 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13005 is #5ECFFA. Grayscale: #4D4D4D. Windows color (decimal): -6213627 or 340129. OLE color: 340129.

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

Color convert

RGB 161 48 5 -
CMYK 0 0.70 0.97 0.37
HSL 16.54º 0.94% 0.33% -
HSV(B) 16.54º 0.97% 0.63% -
XYZ 15.78 9.7 1.18 -
YUV 76.89 87.44 188 -
System Red Green Blue C M Y K H S L
Decimal 161 48 5 0 0.70 0.97 0.37 16.54 0.94 0.33
Hex A1 30 5 0 46 61 25 11 5E 21
Octal 241 60 5 0 106 141 45 21 136 41
Binary 10100001 110000 101 0 1000110 1100001 100101 10001 1011110 100001

Color Harmonies of #A13005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13005

Black with #A13005

Text Example


Text Example

White with #A13005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13005; }

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

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

background-color css

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

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

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

border-color css

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

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

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