#29070C

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

Shades of Rustic Red #29070C

Tints of Rustic Red #29070C

Color information

#29070C (or 0x29070C) is unknown color: approx Rustic Red. HEX triplet: 29, 07 and 0C. RGB value is (41,7,12). Sum of RGB (Red+Green+Blue) = 41+7+12=60 (7% of max value = 765). Red value is 41 (16.41% from 255 or 68.33% from 60); Green value is 7 (3.12% from 255 or 11.67% from 60); Blue value is 12 (5.08% from 255 or 20% from 60); Max value from RGB is 41 - color contains mainly: red. Hex color #29070C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29070C is #D6F8F3. Grayscale: #111111. Windows color (decimal): -14088436 or 788265. OLE color: 788265.

HSL color Cylindrical-coordinate representation of color #29070C: hue angle of 351.18º degrees, saturation: 0.71, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29070C is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.84.

Color convert

RGB41712-
CMYK00.830.710.84
HSL351.18º70.83%9.41%-
HSV(B)351.18º82.93%16.08%-
XYZ1.060.650.42-
YUV17.74124.76144.59-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 68.33%
GREEN value IS 7 (3.12% from 255) = 11.67%
BLUE value IS 12 (5.08% from 255) = 20%
R=68.33%
G=11.67%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.71
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4171200.830.710.84351.1870.839.41
Hex297C053475415f479
Octal51714012310712453710711
Binary1010011111100010100111000111101010010101111110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29070C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29070C; }

 p { color: rgb(41,7,12); }

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

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

 a { background-color: rgb(41,7,12); }

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

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

 span { border-color: rgb(41,7,12); }

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