#310415

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

Shades of Rustic Red #310415

Tints of Rustic Red #310415

Color information

#310415 (or 0x310415) is unknown color: approx Rustic Red. HEX triplet: 31, 04 and 15. RGB value is (49,4,21). Sum of RGB (Red+Green+Blue) = 49+4+21=74 (9% of max value = 765). Red value is 49 (19.53% from 255 or 66.22% from 74); Green value is 4 (1.95% from 255 or 5.41% from 74); Blue value is 21 (8.59% from 255 or 28.38% from 74); Max value from RGB is 49 - color contains mainly: red. Hex color #310415 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310415 is #CEFBEA. Grayscale: #131313. Windows color (decimal): -13564907 or 1377329. OLE color: 1377329.

HSL color Cylindrical-coordinate representation of color #310415: hue angle of 337.33º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #310415 is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.81.

Color convert

RGB49421-
CMYK00.920.570.81
HSL337.33º84.91%10.39%-
HSV(B)337.33º91.84%19.22%-
XYZ1.450.790.79-
YUV19.39128.91149.12-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 66.22%
GREEN value IS 4 (1.95% from 255) = 5.41%
BLUE value IS 21 (8.59% from 255) = 28.38%
R=66.22%
G=5.41%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.57
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4942100.920.570.81337.3384.9110.39
Hex3141505C395115155a
Octal6142501347112152112512
Binary1100011001010101011100111001101000110101000110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310415; }

 p { color: rgb(49,4,21); }

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

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

 a { background-color: rgb(49,4,21); }

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

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

 span { border-color: rgb(49,4,21); }

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