#251215

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

Shades of Rustic Red #251215

Tints of Rustic Red #251215

Color information

#251215 (or 0x251215) is unknown color: approx Rustic Red. HEX triplet: 25, 12 and 15. RGB value is (37,18,21). Sum of RGB (Red+Green+Blue) = 37+18+21=76 (10% of max value = 765). Red value is 37 (14.84% from 255 or 48.68% from 76); Green value is 18 (7.42% from 255 or 23.68% from 76); Blue value is 21 (8.59% from 255 or 27.63% from 76); Max value from RGB is 37 - color contains mainly: red. Hex color #251215 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #251215 is #DAEDEA. Grayscale: #181818. Windows color (decimal): -14347755 or 1380901. OLE color: 1380901.

HSL color Cylindrical-coordinate representation of color #251215: hue angle of 350.53º degrees, saturation: 0.35, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #251215 is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.85.

Color convert

RGB371821-
CMYK00.510.430.85
HSL350.53º34.55%10.78%-
HSV(B)350.53º51.35%14.51%-
XYZ1.110.880.82-
YUV24.02126.29137.26-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 48.68%
GREEN value IS 18 (7.42% from 255) = 23.68%
BLUE value IS 21 (8.59% from 255) = 27.63%
R=48.68%
G=23.68%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.43
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37182100.510.430.85350.5334.5510.78
Hex2512150332B5515f23b
Octal452225063531255374313
Binary1001011001010101011001110101110101011010111111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251215; }

 p { color: rgb(37,18,21); }

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

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

 a { background-color: rgb(37,18,21); }

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

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

 span { border-color: rgb(37,18,21); }

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