#291417

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

Shades of Rustic Red #291417

Tints of Rustic Red #291417

Color information

#291417 (or 0x291417) is unknown color: approx Rustic Red. HEX triplet: 29, 14 and 17. RGB value is (41,20,23). Sum of RGB (Red+Green+Blue) = 41+20+23=84 (11% of max value = 765). Red value is 41 (16.41% from 255 or 48.81% from 84); Green value is 20 (8.20% from 255 or 23.81% from 84); Blue value is 23 (9.38% from 255 or 27.38% from 84); Max value from RGB is 41 - color contains mainly: red. Hex color #291417 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #291417 is #D6EBE8. Grayscale: #1A1A1A. Windows color (decimal): -14085097 or 1512489. OLE color: 1512489.

HSL color Cylindrical-coordinate representation of color #291417: hue angle of 351.43º degrees, saturation: 0.34, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #291417 is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.84.

Color convert

RGB412023-
CMYK00.510.440.84
HSL351.43º34.43%11.96%-
HSV(B)351.43º51.22%16.08%-
XYZ1.321.030.94-
YUV26.62125.96138.26-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 48.81%
GREEN value IS 20 (8.20% from 255) = 23.81%
BLUE value IS 23 (9.38% from 255) = 27.38%
R=48.81%
G=23.81%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.44
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41202300.510.440.84351.4334.4311.96
Hex2914170332C5415f22c
Octal512427063541245374214
Binary1010011010010111011001110110010101001010111111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291417; }

 p { color: rgb(41,20,23); }

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

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

 a { background-color: rgb(41,20,23); }

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

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

 span { border-color: rgb(41,20,23); }

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