#251017

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

Shades of Rustic Red #251017

Tints of Rustic Red #251017

Color information

#251017 (or 0x251017) is unknown color: approx Rustic Red. HEX triplet: 25, 10 and 17. RGB value is (37,16,23). Sum of RGB (Red+Green+Blue) = 37+16+23=76 (10% of max value = 765). Red value is 37 (14.84% from 255 or 48.68% from 76); Green value is 16 (6.64% from 255 or 21.05% from 76); Blue value is 23 (9.38% from 255 or 30.26% from 76); Max value from RGB is 37 - color contains mainly: red. Hex color #251017 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #251017 is #DAEFE8. Grayscale: #171717. Windows color (decimal): -14348265 or 1511461. OLE color: 1511461.

HSL color Cylindrical-coordinate representation of color #251017: hue angle of 340º degrees, saturation: 0.4, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #251017 is Cyan = 0, Magento = 0.57, Yellow = 0.38 and Black (K on CMYK) = 0.85.

Color convert

RGB371623-
CMYK00.570.380.85
HSL340º39.62%10.39%-
HSV(B)340º56.76%14.51%-
XYZ1.10.830.91-
YUV23.08127.96137.93-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 48.68%
GREEN value IS 16 (6.64% from 255) = 21.05%
BLUE value IS 23 (9.38% from 255) = 30.26%
R=48.68%
G=21.05%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.38
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37162300.570.380.8534039.6210.39
Hex251017039265515428a
Octal452027071461255245012
Binary1001011000010111011100110011010101011010101001010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251017; }

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

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

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

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

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

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

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

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