#2C0715

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

Shades of Rustic Red #2C0715

Tints of Rustic Red #2C0715

Color information

#2C0715 (or 0x2C0715) is unknown color: approx Rustic Red. HEX triplet: 2C, 07 and 15. RGB value is (44,7,21). Sum of RGB (Red+Green+Blue) = 44+7+21=72 (9% of max value = 765). Red value is 44 (17.58% from 255 or 61.11% from 72); Green value is 7 (3.12% from 255 or 9.72% from 72); Blue value is 21 (8.59% from 255 or 29.17% from 72); Max value from RGB is 44 - color contains mainly: red. Hex color #2C0715 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2C0715 is #D3F8EA. Grayscale: #131313. Windows color (decimal): -13891819 or 1378092. OLE color: 1378092.

HSL color Cylindrical-coordinate representation of color #2C0715: hue angle of 337.3º degrees, saturation: 0.73, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2C0715 is Cyan = 0, Magento = 0.84, Yellow = 0.52 and Black (K on CMYK) = 0.83.

Color convert

RGB44721-
CMYK00.840.520.83
HSL337.3º72.55%10%-
HSV(B)337.3º84.09%17.25%-
XYZ1.250.740.79-
YUV19.66128.76145.36-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 61.11%
GREEN value IS 7 (3.12% from 255) = 9.72%
BLUE value IS 21 (8.59% from 255) = 29.17%
R=61.11%
G=9.72%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.52
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4472100.840.520.83337.372.5510
Hex2C715054345315149a
Octal5472501246412352111112
Binary1011001111010101010100110100101001110101000110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C0715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,7,21); }

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

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

 a { background-color: rgb(44,7,21); }

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

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

 span { border-color: rgb(44,7,21); }

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