#251316

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

Shades of Rustic Red #251316

Tints of Rustic Red #251316

Color information

#251316 (or 0x251316) is unknown color: approx Rustic Red. HEX triplet: 25, 13 and 16. RGB value is (37,19,22). Sum of RGB (Red+Green+Blue) = 37+19+22=78 (10% of max value = 765). Red value is 37 (14.84% from 255 or 47.44% from 78); Green value is 19 (7.81% from 255 or 24.36% from 78); Blue value is 22 (8.98% from 255 or 28.21% from 78); Max value from RGB is 37 - color contains mainly: red. Hex color #251316 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #251316 is #DAECE9. Grayscale: #181818. Windows color (decimal): -14347498 or 1446693. OLE color: 1446693.

HSL color Cylindrical-coordinate representation of color #251316: hue angle of 350º 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 #251316 is Cyan = 0, Magento = 0.49, Yellow = 0.41 and Black (K on CMYK) = 0.85.

Color convert

RGB371922-
CMYK00.490.410.85
HSL350º32.14%10.98%-
HSV(B)350º48.65%14.51%-
XYZ1.140.920.88-
YUV24.72126.46136.76-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 47.44%
GREEN value IS 19 (7.81% from 255) = 24.36%
BLUE value IS 22 (8.98% from 255) = 28.21%
R=47.44%
G=24.36%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.41
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37192200.490.410.8535032.1410.98
Hex251316031295515e20b
Octal452326061511255364013
Binary1001011001110110011000110100110101011010111101000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251316; }

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

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

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

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

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

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

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

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