#29010B

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

Shades of Rustic Red #29010B

Tints of Rustic Red #29010B

Color information

#29010B (or 0x29010B) is unknown color: approx Rustic Red. HEX triplet: 29, 01 and 0B. RGB value is (41,1,11). Sum of RGB (Red+Green+Blue) = 41+1+11=53 (7% of max value = 765). Red value is 41 (16.41% from 255 or 77.36% from 53); Green value is 1 (0.78% from 255 or 1.89% from 53); Blue value is 11 (4.69% from 255 or 20.75% from 53); Max value from RGB is 41 - color contains mainly: red. Hex color #29010B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29010B is #D6FEF4. Grayscale: #0E0E0E. Windows color (decimal): -14089973 or 721193. OLE color: 721193.

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

Color convert

RGB41111-
CMYK00.980.730.84
HSL345º95.24%8.24%-
HSV(B)345º97.56%16.08%-
XYZ0.990.520.36-
YUV14.1126.25147.19-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 77.36%
GREEN value IS 1 (0.78% from 255) = 1.89%
BLUE value IS 11 (4.69% from 255) = 20.75%
R=77.36%
G=1.89%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.73
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4111100.980.730.8434595.248.24
Hex291B06249541595f8
Octal51113014211112453113710
Binary10100111011011000101001001101010010101100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29010B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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