#251216

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

Shades of Rustic Red #251216

Tints of Rustic Red #251216

Color information

#251216 (or 0x251216) is unknown color: approx Rustic Red. HEX triplet: 25, 12 and 16. RGB value is (37,18,22). Sum of RGB (Red+Green+Blue) = 37+18+22=77 (10% of max value = 765). Red value is 37 (14.84% from 255 or 48.05% from 77); Green value is 18 (7.42% from 255 or 23.38% from 77); Blue value is 22 (8.98% from 255 or 28.57% from 77); Max value from RGB is 37 - color contains mainly: red. Hex color #251216 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #251216 is #DAEDE9. Grayscale: #181818. Windows color (decimal): -14347754 or 1446437. OLE color: 1446437.

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

Color convert

RGB371822-
CMYK00.510.410.85
HSL347.37º34.55%10.78%-
HSV(B)347.37º51.35%14.51%-
XYZ1.120.880.87-
YUV24.14126.79137.17-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 48.05%
GREEN value IS 18 (7.42% from 255) = 23.38%
BLUE value IS 22 (8.98% from 255) = 28.57%
R=48.05%
G=23.38%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.41
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37182200.510.410.85347.3734.5510.78
Hex251216033295515b23b
Octal452226063511255334313
Binary1001011001010110011001110100110101011010110111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251216; }

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

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

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

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

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

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

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

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