#251416

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

Shades of Rustic Red #251416

Tints of Rustic Red #251416

Color information

#251416 (or 0x251416) is unknown color: approx Rustic Red. HEX triplet: 25, 14 and 16. RGB value is (37,20,22). Sum of RGB (Red+Green+Blue) = 37+20+22=79 (10% of max value = 765). Red value is 37 (14.84% from 255 or 46.84% from 79); Green value is 20 (8.20% from 255 or 25.32% from 79); Blue value is 22 (8.98% from 255 or 27.85% from 79); Max value from RGB is 37 - color contains mainly: red. Hex color #251416 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #251416 is #DAEBE9. Grayscale: #191919. Windows color (decimal): -14347242 or 1446949. OLE color: 1446949.

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

Color convert

RGB372022-
CMYK00.460.410.85
HSL352.94º29.82%11.18%-
HSV(B)352.94º45.95%14.51%-
XYZ1.160.950.88-
YUV25.31126.13136.34-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 46.84%
GREEN value IS 20 (8.20% from 255) = 25.32%
BLUE value IS 22 (8.98% from 255) = 27.85%
R=46.84%
G=25.32%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.41
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37202200.460.410.85352.9429.8211.18
Hex25141602E29551611eb
Octal452426056511255413613
Binary100101101001011001011101010011010101101100001111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251416; }

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

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

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

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

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

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

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

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