#251415

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

Shades of Rustic Red #251415

Tints of Rustic Red #251415

Color information

#251415 (or 0x251415) is unknown color: approx Rustic Red. HEX triplet: 25, 14 and 15. RGB value is (37,20,21). Sum of RGB (Red+Green+Blue) = 37+20+21=78 (10% of max value = 765). Red value is 37 (14.84% from 255 or 47.44% from 78); Green value is 20 (8.20% from 255 or 25.64% from 78); Blue value is 21 (8.59% from 255 or 26.92% from 78); Max value from RGB is 37 - color contains mainly: red. Hex color #251415 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #251415 is #DAEBEA. Grayscale: #191919. Windows color (decimal): -14347243 or 1381413. OLE color: 1381413.

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

Color convert

RGB372021-
CMYK00.460.430.85
HSL356.47º29.82%11.18%-
HSV(B)356.47º45.95%14.51%-
XYZ1.150.950.83-
YUV25.2125.63136.42-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 47.44%
GREEN value IS 20 (8.20% from 255) = 25.64%
BLUE value IS 21 (8.59% from 255) = 26.92%
R=47.44%
G=25.64%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.43
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37202100.460.430.85356.4729.8211.18
Hex25141502E2B551641eb
Octal452425056531255443613
Binary100101101001010101011101010111010101101100100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251415; }

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

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

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

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

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

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

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

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