#2D090C

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

Shades of Rustic Red #2D090C

Tints of Rustic Red #2D090C

Color information

#2D090C (or 0x2D090C) is unknown color: approx Rustic Red. HEX triplet: 2D, 09 and 0C. RGB value is (45,9,12). Sum of RGB (Red+Green+Blue) = 45+9+12=66 (8% of max value = 765). Red value is 45 (17.97% from 255 or 68.18% from 66); Green value is 9 (3.91% from 255 or 13.64% from 66); Blue value is 12 (5.08% from 255 or 18.18% from 66); Max value from RGB is 45 - color contains mainly: red. Hex color #2D090C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2D090C is #D2F6F3. Grayscale: #141414. Windows color (decimal): -13825780 or 788781. OLE color: 788781.

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

Color convert

RGB45912-
CMYK00.80.730.82
HSL355º66.67%10.59%-
HSV(B)355º80%17.65%-
XYZ1.250.780.43-
YUV20.11123.43145.76-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 68.18%
GREEN value IS 9 (3.91% from 255) = 13.64%
BLUE value IS 12 (5.08% from 255) = 18.18%
R=68.18%
G=13.64%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.73
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4591200.80.730.8235566.6710.59
Hex2D9C050495216343b
Octal551114012011112254310313
Binary10110110011100010100001001001101001010110001110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D090C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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