#29030B

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

Shades of Rustic Red #29030B

Tints of Rustic Red #29030B

Color information

#29030B (or 0x29030B) is unknown color: approx Rustic Red. HEX triplet: 29, 03 and 0B. RGB value is (41,3,11). Sum of RGB (Red+Green+Blue) = 41+3+11=55 (7% of max value = 765). Red value is 41 (16.41% from 255 or 74.55% from 55); Green value is 3 (1.56% from 255 or 5.45% from 55); Blue value is 11 (4.69% from 255 or 20% from 55); Max value from RGB is 41 - color contains mainly: red. Hex color #29030B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29030B is #D6FCF4. Grayscale: #0F0F0F. Windows color (decimal): -14089461 or 721705. OLE color: 721705.

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

Color convert

RGB41311-
CMYK00.930.730.84
HSL347.37º86.36%8.63%-
HSV(B)347.37º92.68%16.08%-
XYZ1.010.560.37-
YUV15.27125.59146.35-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 74.55%
GREEN value IS 3 (1.56% from 255) = 5.45%
BLUE value IS 11 (4.69% from 255) = 20%
R=74.55%
G=5.45%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.73
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4131100.930.730.84347.3786.368.63
Hex293B05D495415b569
Octal51313013511112453312611
Binary101001111011010111011001001101010010101101110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29030B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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