#29070A

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

Shades of Rustic Red #29070A

Tints of Rustic Red #29070A

Color information

#29070A (or 0x29070A) is unknown color: approx Rustic Red. HEX triplet: 29, 07 and 0A. RGB value is (41,7,10). Sum of RGB (Red+Green+Blue) = 41+7+10=58 (7% of max value = 765). Red value is 41 (16.41% from 255 or 70.69% from 58); Green value is 7 (3.12% from 255 or 12.07% from 58); Blue value is 10 (4.30% from 255 or 17.24% from 58); Max value from RGB is 41 - color contains mainly: red. Hex color #29070A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29070A is #D6F8F5. Grayscale: #111111. Windows color (decimal): -14088438 or 657193. OLE color: 657193.

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

Color convert

RGB41710-
CMYK00.830.760.84
HSL354.71º70.83%9.41%-
HSV(B)354.71º82.93%16.08%-
XYZ1.050.650.36-
YUV17.51123.76144.76-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 70.69%
GREEN value IS 7 (3.12% from 255) = 12.07%
BLUE value IS 10 (4.30% from 255) = 17.24%
R=70.69%
G=12.07%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.76
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4171000.830.760.84354.7170.839.41
Hex297A0534C54163479
Octal51712012311412454310711
Binary1010011111010010100111001100101010010110001110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29070A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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