#2D0607

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

Shades of Rustic Red #2D0607

Tints of Rustic Red #2D0607

Color information

#2D0607 (or 0x2D0607) is unknown color: approx Rustic Red. HEX triplet: 2D, 06 and 07. RGB value is (45,6,7). Sum of RGB (Red+Green+Blue) = 45+6+7=58 (7% of max value = 765). Red value is 45 (17.97% from 255 or 77.59% from 58); Green value is 6 (2.73% from 255 or 10.34% from 58); Blue value is 7 (3.12% from 255 or 12.07% from 58); Max value from RGB is 45 - color contains mainly: red. Hex color #2D0607 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2D0607 is #D2F9F8. Grayscale: #111111. Windows color (decimal): -13826553 or 460333. OLE color: 460333.

HSL color Cylindrical-coordinate representation of color #2D0607: hue angle of 358.46º 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 #2D0607 is Cyan = 0, Magento = 0.87, Yellow = 0.84 and Black (K on CMYK) = 0.82.

Color convert

RGB4567-
CMYK00.870.840.82
HSL358.46º76.47%10%-
HSV(B)358.46º86.67%17.65%-
XYZ1.190.70.27-
YUV17.77121.92147.42-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 77.59%
GREEN value IS 6 (2.73% from 255) = 10.34%
BLUE value IS 7 (3.12% from 255) = 12.07%
R=77.59%
G=10.34%
B=12.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.84
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal456700.870.840.82358.4676.4710
Hex2D6705754521664ca
Octal5567012712412254611412
Binary101101110111010101111010100101001010110011010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D0607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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