#29070B

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

Shades of Rustic Red #29070B

Tints of Rustic Red #29070B

Color information

#29070B (or 0x29070B) is unknown color: approx Rustic Red. HEX triplet: 29, 07 and 0B. RGB value is (41,7,11). Sum of RGB (Red+Green+Blue) = 41+7+11=59 (7% of max value = 765). Red value is 41 (16.41% from 255 or 69.49% from 59); Green value is 7 (3.12% from 255 or 11.86% from 59); Blue value is 11 (4.69% from 255 or 18.64% from 59); Max value from RGB is 41 - color contains mainly: red. Hex color #29070B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29070B is #D6F8F4. Grayscale: #111111. Windows color (decimal): -14088437 or 722729. OLE color: 722729.

HSL color Cylindrical-coordinate representation of color #29070B: hue angle of 352.94º 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 #29070B is Cyan = 0, Magento = 0.83, Yellow = 0.73 and Black (K on CMYK) = 0.84.

Color convert

RGB41711-
CMYK00.830.730.84
HSL352.94º70.83%9.41%-
HSV(B)352.94º82.93%16.08%-
XYZ1.050.650.39-
YUV17.62124.26144.67-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 69.49%
GREEN value IS 7 (3.12% from 255) = 11.86%
BLUE value IS 11 (4.69% from 255) = 18.64%
R=69.49%
G=11.86%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.73
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4171100.830.730.84352.9470.839.41
Hex297B0534954161479
Octal51713012311112454110711
Binary1010011111011010100111001001101010010110000110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29070B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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