#251618

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

Shades of Rustic Red #251618

Tints of Rustic Red #251618

Color information

#251618 (or 0x251618) is unknown color: approx Rustic Red. HEX triplet: 25, 16 and 18. RGB value is (37,22,24). Sum of RGB (Red+Green+Blue) = 37+22+24=83 (10% of max value = 765). Red value is 37 (14.84% from 255 or 44.58% from 83); Green value is 22 (8.98% from 255 or 26.51% from 83); Blue value is 24 (9.77% from 255 or 28.92% from 83); Max value from RGB is 37 - color contains mainly: red. Hex color #251618 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #251618 is #DAE9E7. Grayscale: #1A1A1A. Windows color (decimal): -14346728 or 1578533. OLE color: 1578533.

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

Color convert

RGB372224-
CMYK00.410.350.85
HSL352º25.42%11.57%-
HSV(B)352º40.54%14.51%-
XYZ1.211.031-
YUV26.71126.47135.34-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 44.58%
GREEN value IS 22 (8.98% from 255) = 26.51%
BLUE value IS 24 (9.77% from 255) = 28.92%
R=44.58%
G=26.51%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.35
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37222400.410.350.8535225.4211.57
Hex251618029235516019c
Octal452630051431255403114
Binary100101101101100001010011000111010101101100000110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251618; }

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

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

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

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

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

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

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

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