#29060B

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

Shades of Rustic Red #29060B

Tints of Rustic Red #29060B

Color information

#29060B (or 0x29060B) is unknown color: approx Rustic Red. HEX triplet: 29, 06 and 0B. RGB value is (41,6,11). Sum of RGB (Red+Green+Blue) = 41+6+11=58 (7% of max value = 765). Red value is 41 (16.41% from 255 or 70.69% from 58); Green value is 6 (2.73% from 255 or 10.34% from 58); Blue value is 11 (4.69% from 255 or 18.97% from 58); Max value from RGB is 41 - color contains mainly: red. Hex color #29060B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29060B is #D6F9F4. Grayscale: #111111. Windows color (decimal): -14088693 or 722473. OLE color: 722473.

HSL color Cylindrical-coordinate representation of color #29060B: hue angle of 351.43º degrees, saturation: 0.74, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #29060B is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.84.

Color convert

RGB41611-
CMYK00.850.730.84
HSL351.43º74.47%9.22%-
HSV(B)351.43º85.37%16.08%-
XYZ1.040.630.38-
YUV17.04124.6145.09-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 70.69%
GREEN value IS 6 (2.73% from 255) = 10.34%
BLUE value IS 11 (4.69% from 255) = 18.97%
R=70.69%
G=10.34%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.73
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4161100.850.730.84351.4374.479.22
Hex296B055495415f4a9
Octal51613012511112453711211
Binary1010011101011010101011001001101010010101111110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29060B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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