#251018

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

Shades of Rustic Red #251018

Tints of Rustic Red #251018

Color information

#251018 (or 0x251018) is unknown color: approx Rustic Red. HEX triplet: 25, 10 and 18. RGB value is (37,16,24). Sum of RGB (Red+Green+Blue) = 37+16+24=77 (10% of max value = 765). Red value is 37 (14.84% from 255 or 48.05% from 77); Green value is 16 (6.64% from 255 or 20.78% from 77); Blue value is 24 (9.77% from 255 or 31.17% from 77); Max value from RGB is 37 - color contains mainly: red. Hex color #251018 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #251018 is #DAEFE7. Grayscale: #171717. Windows color (decimal): -14348264 or 1576997. OLE color: 1576997.

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

Color convert

RGB371624-
CMYK00.570.350.85
HSL337.14º39.62%10.39%-
HSV(B)337.14º56.76%14.51%-
XYZ1.110.830.97-
YUV23.19128.46137.85-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 48.05%
GREEN value IS 16 (6.64% from 255) = 20.78%
BLUE value IS 24 (9.77% from 255) = 31.17%
R=48.05%
G=20.78%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.35
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37162400.570.350.85337.1439.6210.39
Hex251018039235515128a
Octal452030071431255215012
Binary1001011000011000011100110001110101011010100011010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251018; }

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

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

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

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

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

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

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

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