#251213

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

Shades of Rustic Red #251213

Tints of Rustic Red #251213

Color information

#251213 (or 0x251213) is unknown color: approx Rustic Red. HEX triplet: 25, 12 and 13. RGB value is (37,18,19). Sum of RGB (Red+Green+Blue) = 37+18+19=74 (9% of max value = 765). Red value is 37 (14.84% from 255 or 50% from 74); Green value is 18 (7.42% from 255 or 24.32% from 74); Blue value is 19 (7.81% from 255 or 25.68% from 74); Max value from RGB is 37 - color contains mainly: red. Hex color #251213 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #251213 is #DAEDEC. Grayscale: #171717. Windows color (decimal): -14347757 or 1249829. OLE color: 1249829.

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

Color convert

RGB371819-
CMYK00.510.490.85
HSL356.84º34.55%10.78%-
HSV(B)356.84º51.35%14.51%-
XYZ1.10.870.73-
YUV23.8125.29137.42-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 50%
GREEN value IS 18 (7.42% from 255) = 24.32%
BLUE value IS 19 (7.81% from 255) = 25.68%
R=50%
G=24.32%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.49
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37181900.510.490.85356.8434.5510.78
Hex251213033315516523b
Octal452223063611255454313
Binary1001011001010011011001111000110101011011001011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251213; }

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

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

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

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

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

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

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

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