#251116

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

Shades of Rustic Red #251116

Tints of Rustic Red #251116

Color information

#251116 (or 0x251116) is unknown color: approx Rustic Red. HEX triplet: 25, 11 and 16. RGB value is (37,17,22). Sum of RGB (Red+Green+Blue) = 37+17+22=76 (10% of max value = 765). Red value is 37 (14.84% from 255 or 48.68% from 76); Green value is 17 (7.03% from 255 or 22.37% from 76); Blue value is 22 (8.98% from 255 or 28.95% from 76); Max value from RGB is 37 - color contains mainly: red. Hex color #251116 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #251116 is #DAEEE9. Grayscale: #171717. Windows color (decimal): -14348010 or 1446181. OLE color: 1446181.

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

Color convert

RGB371722-
CMYK00.540.410.85
HSL345º37.04%10.59%-
HSV(B)345º54.05%14.51%-
XYZ1.110.850.87-
YUV23.55127.13137.59-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 48.68%
GREEN value IS 17 (7.03% from 255) = 22.37%
BLUE value IS 22 (8.98% from 255) = 28.95%
R=48.68%
G=22.37%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.41
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37172200.540.410.8534537.0410.59
Hex251116036295515925b
Octal452126066511255314513
Binary1001011000110110011011010100110101011010110011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251116; }

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

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

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

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

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

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

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

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