#29010E

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

Shades of Rustic Red #29010E

Tints of Rustic Red #29010E

Color information

#29010E (or 0x29010E) is unknown color: approx Rustic Red. HEX triplet: 29, 01 and 0E. RGB value is (41,1,14). Sum of RGB (Red+Green+Blue) = 41+1+14=56 (7% of max value = 765). Red value is 41 (16.41% from 255 or 73.21% from 56); Green value is 1 (0.78% from 255 or 1.79% from 56); Blue value is 14 (5.86% from 255 or 25% from 56); Max value from RGB is 41 - color contains mainly: red. Hex color #29010E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29010E is #D6FEF1. Grayscale: #0E0E0E. Windows color (decimal): -14089970 or 917801. OLE color: 917801.

HSL color Cylindrical-coordinate representation of color #29010E: hue angle of 340.5º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #29010E is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.84.

Color convert

RGB41114-
CMYK00.980.660.84
HSL340.5º95.24%8.24%-
HSV(B)340.5º97.56%16.08%-
XYZ10.520.46-
YUV14.44127.75146.94-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 73.21%
GREEN value IS 1 (0.78% from 255) = 1.79%
BLUE value IS 14 (5.86% from 255) = 25%
R=73.21%
G=1.79%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.66
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4111400.980.660.84340.595.248.24
Hex291E06242541545f8
Octal51116014210212452413710
Binary10100111110011000101000010101010010101010010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29010E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29010E; }

 p { color: rgb(41,1,14); }

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

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

 a { background-color: rgb(41,1,14); }

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

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

 span { border-color: rgb(41,1,14); }

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