#29030F

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

Shades of Rustic Red #29030F

Tints of Rustic Red #29030F

Color information

#29030F (or 0x29030F) is unknown color: approx Rustic Red. HEX triplet: 29, 03 and 0F. RGB value is (41,3,15). Sum of RGB (Red+Green+Blue) = 41+3+15=59 (7% of max value = 765). Red value is 41 (16.41% from 255 or 69.49% from 59); Green value is 3 (1.56% from 255 or 5.08% from 59); Blue value is 15 (6.25% from 255 or 25.42% from 59); Max value from RGB is 41 - color contains mainly: red. Hex color #29030F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29030F is #D6FCF0. Grayscale: #0F0F0F. Windows color (decimal): -14089457 or 983849. OLE color: 983849.

HSL color Cylindrical-coordinate representation of color #29030F: hue angle of 341.05º 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 #29030F is Cyan = 0, Magento = 0.93, Yellow = 0.63 and Black (K on CMYK) = 0.84.

Color convert

RGB41315-
CMYK00.930.630.84
HSL341.05º86.36%8.63%-
HSV(B)341.05º92.68%16.08%-
XYZ1.030.570.51-
YUV15.73127.59146.02-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 69.49%
GREEN value IS 3 (1.56% from 255) = 5.08%
BLUE value IS 15 (6.25% from 255) = 25.42%
R=69.49%
G=5.08%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.63
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4131500.930.630.84341.0586.368.63
Hex293F05D3F54155569
Octal5131701357712452512611
Binary10100111111101011101111111101010010101010110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29030F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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