#251319

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

Shades of Rustic Red #251319

Tints of Rustic Red #251319

Color information

#251319 (or 0x251319) is unknown color: approx Rustic Red. HEX triplet: 25, 13 and 19. RGB value is (37,19,25). Sum of RGB (Red+Green+Blue) = 37+19+25=81 (10% of max value = 765). Red value is 37 (14.84% from 255 or 45.68% from 81); Green value is 19 (7.81% from 255 or 23.46% from 81); Blue value is 25 (10.16% from 255 or 30.86% from 81); Max value from RGB is 37 - color contains mainly: red. Hex color #251319 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #251319 is #DAECE6. Grayscale: #191919. Windows color (decimal): -14347495 or 1643301. OLE color: 1643301.

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

Color convert

RGB371925-
CMYK00.490.320.85
HSL340º32.14%10.98%-
HSV(B)340º48.65%14.51%-
XYZ1.170.931.04-
YUV25.07127.96136.51-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 45.68%
GREEN value IS 19 (7.81% from 255) = 23.46%
BLUE value IS 25 (10.16% from 255) = 30.86%
R=45.68%
G=23.46%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.32
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37192500.490.320.8534032.1410.98
Hex251319031205515420b
Octal452331061401255244013
Binary1001011001111001011000110000010101011010101001000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251319; }

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

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

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

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

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

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

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

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