#2D0508

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

Shades of Rustic Red #2D0508

Tints of Rustic Red #2D0508

Color information

#2D0508 (or 0x2D0508) is unknown color: approx Rustic Red. HEX triplet: 2D, 05 and 08. RGB value is (45,5,8). Sum of RGB (Red+Green+Blue) = 45+5+8=58 (7% of max value = 765). Red value is 45 (17.97% from 255 or 77.59% from 58); Green value is 5 (2.34% from 255 or 8.62% from 58); Blue value is 8 (3.52% from 255 or 13.79% from 58); Max value from RGB is 45 - color contains mainly: red. Hex color #2D0508 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2D0508 is #D2FAF7. Grayscale: #111111. Windows color (decimal): -13826808 or 525613. OLE color: 525613.

HSL color Cylindrical-coordinate representation of color #2D0508: hue angle of 355.5º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2D0508 is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.82.

Color convert

RGB4558-
CMYK00.890.820.82
HSL355.5º80%9.8%-
HSV(B)355.5º88.89%17.65%-
XYZ1.180.680.3-
YUV17.3122.75147.76-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 77.59%
GREEN value IS 5 (2.34% from 255) = 8.62%
BLUE value IS 8 (3.52% from 255) = 13.79%
R=77.59%
G=8.62%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.82
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal455800.890.820.82355.5809.8
Hex2D58059525216450a
Octal55510013112212254412012
Binary1011011011000010110011010010101001010110010010100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D0508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D0508; }

 p { color: rgb(45,5,8); }

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

<style>
 a { background-color: #2D0508; }

 a { background-color: rgb(45,5,8); }

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

<style>
 span { border-color: #2D0508; }

 span { border-color: rgb(45,5,8); }

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