#4A1617

Color #4A1617 Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #4A1617

Tints of Rustic Red #4A1617

Color information

#4A1617 (or 0x4A1617) is unknown color: approx Rustic Red. HEX triplet: 4A, 16 and 17. RGB value is (74,22,23). Sum of RGB (Red+Green+Blue) = 74+22+23=119 (15% of max value = 765). Red value is 74 (29.30% from 255 or 62.18% from 119); Green value is 22 (8.98% from 255 or 18.49% from 119); Blue value is 23 (9.38% from 255 or 19.33% from 119); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1617 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4A1617 is #B5E9E8. Grayscale: #252525. Windows color (decimal): -11921897 or 1513034. OLE color: 1513034.

HSL color Cylindrical-coordinate representation of color #4A1617: hue angle of 358.85º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4A1617 is Cyan = 0, Magento = 0.70, Yellow = 0.69 and Black (K on CMYK) = 0.71.

Color convert

RGB742223-
CMYK00.700.690.71
HSL358.85º54.17%18.82%-
HSV(B)358.85º70.27%29.02%-
XYZ3.272.091.04-
YUV37.66119.73153.92-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 62.18%
GREEN value IS 22 (8.98% from 255) = 18.49%
BLUE value IS 23 (9.38% from 255) = 19.33%
R=62.18%
G=18.49%
B=19.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.69
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74222300.700.690.71358.8554.1718.82
Hex4A161704645471673613
Octal112262701061051075476623
Binary10010101011010111010001101000101100011110110011111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A1617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A1617; }

 p { color: rgb(74,22,23); }

 H1.HeaderClassName
 {
   color: #4A1617;
 }
 .AnyTagClassName
 {
   color: #4A1617;
 }
</style>
background-color css

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

 a { background-color: rgb(74,22,23); }

 div.DivClassName
 {
   background-color: #4A1617;
 }
 .BgClassName
 {
   background-color: #4A1617;
 }
</style>
border-color css

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

 span { border-color: rgb(74,22,23); }

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