#250C0E

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

Shades of Rustic Red #250C0E

Tints of Rustic Red #250C0E

Color information

#250C0E (or 0x250C0E) is unknown color: approx Rustic Red. HEX triplet: 25, 0C and 0E. RGB value is (37,12,14). Sum of RGB (Red+Green+Blue) = 37+12+14=63 (8% of max value = 765). Red value is 37 (14.84% from 255 or 58.73% from 63); Green value is 12 (5.08% from 255 or 19.05% from 63); Blue value is 14 (5.86% from 255 or 22.22% from 63); Max value from RGB is 37 - color contains mainly: red. Hex color #250C0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250C0E is #DAF3F1. Grayscale: #131313. Windows color (decimal): -14349298 or 920613. OLE color: 920613.

HSL color Cylindrical-coordinate representation of color #250C0E: hue angle of 355.2º degrees, saturation: 0.51, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #250C0E is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.85.

Color convert

RGB371214-
CMYK00.680.620.85
HSL355.2º51.02%9.61%-
HSV(B)355.2º67.57%14.51%-
XYZ0.970.690.5-
YUV19.7124.78140.34-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 58.73%
GREEN value IS 12 (5.08% from 255) = 19.05%
BLUE value IS 14 (5.86% from 255) = 22.22%
R=58.73%
G=19.05%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.62
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37121400.680.620.85355.251.029.61
Hex25CE0443E5516333a
Octal4514160104761255436312
Binary100101110011100100010011111010101011011000111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250C0E; }

 p { color: rgb(37,12,14); }

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

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

 a { background-color: rgb(37,12,14); }

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

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

 span { border-color: rgb(37,12,14); }

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