#251418

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

Shades of Rustic Red #251418

Tints of Rustic Red #251418

Color information

#251418 (or 0x251418) is unknown color: approx Rustic Red. HEX triplet: 25, 14 and 18. RGB value is (37,20,24). Sum of RGB (Red+Green+Blue) = 37+20+24=81 (10% of max value = 765). Red value is 37 (14.84% from 255 or 45.68% from 81); Green value is 20 (8.20% from 255 or 24.69% from 81); Blue value is 24 (9.77% from 255 or 29.63% from 81); Max value from RGB is 37 - color contains mainly: red. Hex color #251418 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #251418 is #DAEBE7. Grayscale: #191919. Windows color (decimal): -14347240 or 1578021. OLE color: 1578021.

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

Color convert

RGB372024-
CMYK00.460.350.85
HSL345.88º29.82%11.18%-
HSV(B)345.88º45.95%14.51%-
XYZ1.180.960.99-
YUV25.54127.13136.17-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 45.68%
GREEN value IS 20 (8.20% from 255) = 24.69%
BLUE value IS 24 (9.77% from 255) = 29.63%
R=45.68%
G=24.69%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.35
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37202400.460.350.85345.8829.8211.18
Hex25141802E235515a1eb
Octal452430056431255323613
Binary100101101001100001011101000111010101101011010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251418; }

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

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

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

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

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

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

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

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