#251214

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

Shades of Rustic Red #251214

Tints of Rustic Red #251214

Color information

#251214 (or 0x251214) is unknown color: approx Rustic Red. HEX triplet: 25, 12 and 14. RGB value is (37,18,20). Sum of RGB (Red+Green+Blue) = 37+18+20=75 (9% of max value = 765). Red value is 37 (14.84% from 255 or 49.33% from 75); Green value is 18 (7.42% from 255 or 24% from 75); Blue value is 20 (8.20% from 255 or 26.67% from 75); Max value from RGB is 37 - color contains mainly: red. Hex color #251214 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #251214 is #DAEDEB. Grayscale: #171717. Windows color (decimal): -14347756 or 1315365. OLE color: 1315365.

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

Color convert

RGB371820-
CMYK00.510.460.85
HSL353.68º34.55%10.78%-
HSV(B)353.68º51.35%14.51%-
XYZ1.110.880.77-
YUV23.91125.79137.34-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 49.33%
GREEN value IS 18 (7.42% from 255) = 24%
BLUE value IS 20 (8.20% from 255) = 26.67%
R=49.33%
G=24%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.46
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37182000.510.460.85353.6834.5510.78
Hex2512140332E5516223b
Octal452224063561255424313
Binary1001011001010100011001110111010101011011000101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251214; }

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

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

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

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

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

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

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

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