#251016

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

Shades of Rustic Red #251016

Tints of Rustic Red #251016

Color information

#251016 (or 0x251016) is unknown color: approx Rustic Red. HEX triplet: 25, 10 and 16. RGB value is (37,16,22). Sum of RGB (Red+Green+Blue) = 37+16+22=75 (9% of max value = 765). Red value is 37 (14.84% from 255 or 49.33% from 75); Green value is 16 (6.64% from 255 or 21.33% from 75); Blue value is 22 (8.98% from 255 or 29.33% from 75); Max value from RGB is 37 - color contains mainly: red. Hex color #251016 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #251016 is #DAEFE9. Grayscale: #161616. Windows color (decimal): -14348266 or 1445925. OLE color: 1445925.

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

Color convert

RGB371622-
CMYK00.570.410.85
HSL342.86º39.62%10.39%-
HSV(B)342.86º56.76%14.51%-
XYZ1.090.820.86-
YUV22.96127.46138.01-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 49.33%
GREEN value IS 16 (6.64% from 255) = 21.33%
BLUE value IS 22 (8.98% from 255) = 29.33%
R=49.33%
G=21.33%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.41
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37162200.570.410.85342.8639.6210.39
Hex251016039295515728a
Octal452026071511255275012
Binary1001011000010110011100110100110101011010101111010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251016; }

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

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

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

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

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

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

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

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