#251315

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

Shades of Rustic Red #251315

Tints of Rustic Red #251315

Color information

#251315 (or 0x251315) is unknown color: approx Rustic Red. HEX triplet: 25, 13 and 15. RGB value is (37,19,21). Sum of RGB (Red+Green+Blue) = 37+19+21=77 (10% of max value = 765). Red value is 37 (14.84% from 255 or 48.05% from 77); Green value is 19 (7.81% from 255 or 24.68% from 77); Blue value is 21 (8.59% from 255 or 27.27% from 77); Max value from RGB is 37 - color contains mainly: red. Hex color #251315 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #251315 is #DAECEA. Grayscale: #181818. Windows color (decimal): -14347499 or 1381157. OLE color: 1381157.

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

Color convert

RGB371921-
CMYK00.490.430.85
HSL353.33º32.14%10.98%-
HSV(B)353.33º48.65%14.51%-
XYZ1.130.910.83-
YUV24.61125.96136.84-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 48.05%
GREEN value IS 19 (7.81% from 255) = 24.68%
BLUE value IS 21 (8.59% from 255) = 27.27%
R=48.05%
G=24.68%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.43
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37192100.490.430.85353.3332.1410.98
Hex2513150312B5516120b
Octal452325061531255414013
Binary1001011001110101011000110101110101011011000011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251315; }

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

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

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

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

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

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

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

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