#2D0608

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

Shades of Rustic Red #2D0608

Tints of Rustic Red #2D0608

Color information

#2D0608 (or 0x2D0608) is unknown color: approx Rustic Red. HEX triplet: 2D, 06 and 08. RGB value is (45,6,8). Sum of RGB (Red+Green+Blue) = 45+6+8=59 (7% of max value = 765). Red value is 45 (17.97% from 255 or 76.27% from 59); Green value is 6 (2.73% from 255 or 10.17% from 59); Blue value is 8 (3.52% from 255 or 13.56% from 59); Max value from RGB is 45 - color contains mainly: red. Hex color #2D0608 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2D0608 is #D2F9F7. Grayscale: #111111. Windows color (decimal): -13826552 or 525869. OLE color: 525869.

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

Color convert

RGB4568-
CMYK00.870.820.82
HSL356.92º76.47%10%-
HSV(B)356.92º86.67%17.65%-
XYZ1.190.710.3-
YUV17.89122.42147.34-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 76.27%
GREEN value IS 6 (2.73% from 255) = 10.17%
BLUE value IS 8 (3.52% from 255) = 13.56%
R=76.27%
G=10.17%
B=13.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.82
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal456800.870.820.82356.9276.4710
Hex2D6805752521654ca
Octal55610012712212254511412
Binary1011011101000010101111010010101001010110010110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D0608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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