#291214

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

Shades of Rustic Red #291214

Tints of Rustic Red #291214

Color information

#291214 (or 0x291214) is unknown color: approx Rustic Red. HEX triplet: 29, 12 and 14. RGB value is (41,18,20). Sum of RGB (Red+Green+Blue) = 41+18+20=79 (10% of max value = 765). Red value is 41 (16.41% from 255 or 51.90% from 79); Green value is 18 (7.42% from 255 or 22.78% from 79); Blue value is 20 (8.20% from 255 or 25.32% from 79); Max value from RGB is 41 - color contains mainly: red. Hex color #291214 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #291214 is #D6EDEB. Grayscale: #191919. Windows color (decimal): -14085612 or 1315369. OLE color: 1315369.

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

Color convert

RGB411820-
CMYK00.560.510.84
HSL354.78º38.98%11.57%-
HSV(B)354.78º56.1%16.08%-
XYZ1.260.950.78-
YUV25.1125.12139.34-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 51.90%
GREEN value IS 18 (7.42% from 255) = 22.78%
BLUE value IS 20 (8.20% from 255) = 25.32%
R=51.90%
G=22.78%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.51
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41182000.560.510.84354.7838.9811.57
Hex291214038335416327c
Octal512224070631245434714
Binary1010011001010100011100011001110101001011000111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291214; }

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

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

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

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

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

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

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

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