#251117

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

Shades of Rustic Red #251117

Tints of Rustic Red #251117

Color information

#251117 (or 0x251117) is unknown color: approx Rustic Red. HEX triplet: 25, 11 and 17. RGB value is (37,17,23). Sum of RGB (Red+Green+Blue) = 37+17+23=77 (10% of max value = 765). Red value is 37 (14.84% from 255 or 48.05% from 77); Green value is 17 (7.03% from 255 or 22.08% from 77); Blue value is 23 (9.38% from 255 or 29.87% from 77); Max value from RGB is 37 - color contains mainly: red. Hex color #251117 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #251117 is #DAEEE8. Grayscale: #171717. Windows color (decimal): -14348009 or 1511717. OLE color: 1511717.

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

Color convert

RGB371723-
CMYK00.540.380.85
HSL342º37.04%10.59%-
HSV(B)342º54.05%14.51%-
XYZ1.120.860.92-
YUV23.66127.63137.51-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 48.05%
GREEN value IS 17 (7.03% from 255) = 22.08%
BLUE value IS 23 (9.38% from 255) = 29.87%
R=48.05%
G=22.08%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.38
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37172300.540.380.8534237.0410.59
Hex251117036265515625b
Octal452127066461255264513
Binary1001011000110111011011010011010101011010101101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251117; }

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

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

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

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

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

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

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

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