#251314

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

Shades of Rustic Red #251314

Tints of Rustic Red #251314

Color information

#251314 (or 0x251314) is unknown color: approx Rustic Red. HEX triplet: 25, 13 and 14. RGB value is (37,19,20). Sum of RGB (Red+Green+Blue) = 37+19+20=76 (10% of max value = 765). Red value is 37 (14.84% from 255 or 48.68% from 76); Green value is 19 (7.81% from 255 or 25% from 76); Blue value is 20 (8.20% from 255 or 26.32% from 76); Max value from RGB is 37 - color contains mainly: red. Hex color #251314 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #251314 is #DAECEB. Grayscale: #181818. Windows color (decimal): -14347500 or 1315621. OLE color: 1315621.

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

Color convert

RGB371920-
CMYK00.490.460.85
HSL356.67º32.14%10.98%-
HSV(B)356.67º48.65%14.51%-
XYZ1.120.910.78-
YUV24.5125.46136.92-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 48.68%
GREEN value IS 19 (7.81% from 255) = 25%
BLUE value IS 20 (8.20% from 255) = 26.32%
R=48.68%
G=25%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.46
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37192000.490.460.85356.6732.1410.98
Hex2513140312E5516520b
Octal452324061561255454013
Binary1001011001110100011000110111010101011011001011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251314; }

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

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

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

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

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

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

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

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