#2D0315

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

Shades of Rustic Red #2D0315

Tints of Rustic Red #2D0315

Color information

#2D0315 (or 0x2D0315) is unknown color: approx Rustic Red. HEX triplet: 2D, 03 and 15. RGB value is (45,3,21). Sum of RGB (Red+Green+Blue) = 45+3+21=69 (9% of max value = 765). Red value is 45 (17.97% from 255 or 65.22% from 69); Green value is 3 (1.56% from 255 or 4.35% from 69); Blue value is 21 (8.59% from 255 or 30.43% from 69); Max value from RGB is 45 - color contains mainly: red. Hex color #2D0315 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2D0315 is #D2FCEA. Grayscale: #111111. Windows color (decimal): -13827307 or 1377069. OLE color: 1377069.

HSL color Cylindrical-coordinate representation of color #2D0315: hue angle of 334.29º degrees, saturation: 0.88, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2D0315 is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.82.

Color convert

RGB45321-
CMYK00.930.530.82
HSL334.29º87.5%9.41%-
HSV(B)334.29º93.33%17.65%-
XYZ1.250.680.77-
YUV17.61129.91147.54-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 65.22%
GREEN value IS 3 (1.56% from 255) = 4.35%
BLUE value IS 21 (8.59% from 255) = 30.43%
R=65.22%
G=4.35%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.53
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4532100.930.530.82334.2987.59.41
Hex2D31505D355214e589
Octal5532501356512251613011
Binary101101111010101011101110101101001010100111010110001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D0315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,3,21); }

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

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

 a { background-color: rgb(45,3,21); }

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

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

 span { border-color: rgb(45,3,21); }

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