#251014

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

Shades of Rustic Red #251014

Tints of Rustic Red #251014

Color information

#251014 (or 0x251014) is unknown color: approx Rustic Red. HEX triplet: 25, 10 and 14. RGB value is (37,16,20). Sum of RGB (Red+Green+Blue) = 37+16+20=73 (9% of max value = 765). Red value is 37 (14.84% from 255 or 50.68% from 73); Green value is 16 (6.64% from 255 or 21.92% from 73); Blue value is 20 (8.20% from 255 or 27.40% from 73); Max value from RGB is 37 - color contains mainly: red. Hex color #251014 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #251014 is #DAEFEB. Grayscale: #161616. Windows color (decimal): -14348268 or 1314853. OLE color: 1314853.

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

Color convert

RGB371620-
CMYK00.570.460.85
HSL348.57º39.62%10.39%-
HSV(B)348.57º56.76%14.51%-
XYZ1.070.810.76-
YUV22.74126.46138.17-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 50.68%
GREEN value IS 16 (6.64% from 255) = 21.92%
BLUE value IS 20 (8.20% from 255) = 27.40%
R=50.68%
G=21.92%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.46
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37162000.570.460.85348.5739.6210.39
Hex2510140392E5515d28a
Octal452024071561255355012
Binary1001011000010100011100110111010101011010111011010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251014; }

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

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

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

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

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

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

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

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