#251417

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

Shades of Rustic Red #251417

Tints of Rustic Red #251417

Color information

#251417 (or 0x251417) is unknown color: approx Rustic Red. HEX triplet: 25, 14 and 17. RGB value is (37,20,23). Sum of RGB (Red+Green+Blue) = 37+20+23=80 (10% of max value = 765). Red value is 37 (14.84% from 255 or 46.25% from 80); Green value is 20 (8.20% from 255 or 25% from 80); Blue value is 23 (9.38% from 255 or 28.75% from 80); Max value from RGB is 37 - color contains mainly: red. Hex color #251417 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #251417 is #DAEBE8. Grayscale: #191919. Windows color (decimal): -14347241 or 1512485. OLE color: 1512485.

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

Color convert

RGB372023-
CMYK00.460.380.85
HSL349.41º29.82%11.18%-
HSV(B)349.41º45.95%14.51%-
XYZ1.170.960.93-
YUV25.42126.63136.26-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 46.25%
GREEN value IS 20 (8.20% from 255) = 25%
BLUE value IS 23 (9.38% from 255) = 28.75%
R=46.25%
G=25%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.38
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37202300.460.380.85349.4129.8211.18
Hex25141702E265515d1eb
Octal452427056461255353613
Binary100101101001011101011101001101010101101011101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251417; }

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

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

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

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

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

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

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

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