#2D0C0F

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

Shades of Rustic Red #2D0C0F

Tints of Rustic Red #2D0C0F

Color information

#2D0C0F (or 0x2D0C0F) is unknown color: approx Rustic Red. HEX triplet: 2D, 0C and 0F. RGB value is (45,12,15). Sum of RGB (Red+Green+Blue) = 45+12+15=72 (9% of max value = 765). Red value is 45 (17.97% from 255 or 62.5% from 72); Green value is 12 (5.08% from 255 or 16.67% from 72); Blue value is 15 (6.25% from 255 or 20.83% from 72); Max value from RGB is 45 - color contains mainly: red. Hex color #2D0C0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2D0C0F is #D2F3F0. Grayscale: #161616. Windows color (decimal): -13825009 or 986157. OLE color: 986157.

HSL color Cylindrical-coordinate representation of color #2D0C0F: hue angle of 354.55º degrees, saturation: 0.58, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2D0C0F is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.82.

Color convert

RGB451215-
CMYK00.730.670.82
HSL354.55º57.89%11.18%-
HSV(B)354.55º73.33%17.65%-
XYZ1.30.860.55-
YUV22.21123.93144.26-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 62.5%
GREEN value IS 12 (5.08% from 255) = 16.67%
BLUE value IS 15 (6.25% from 255) = 20.83%
R=62.5%
G=16.67%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.67
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45121500.730.670.82354.5557.8911.18
Hex2DCF04943521633ab
Octal55141701111031225437213
Binary1011011100111101001001100001110100101011000111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D0C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,12,15); }

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

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

 a { background-color: rgb(45,12,15); }

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

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

 span { border-color: rgb(45,12,15); }

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