#250D12

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

Shades of Rustic Red #250D12

Tints of Rustic Red #250D12

Color information

#250D12 (or 0x250D12) is unknown color: approx Rustic Red. HEX triplet: 25, 0D and 12. RGB value is (37,13,18). Sum of RGB (Red+Green+Blue) = 37+13+18=68 (9% of max value = 765). Red value is 37 (14.84% from 255 or 54.41% from 68); Green value is 13 (5.47% from 255 or 19.12% from 68); Blue value is 18 (7.42% from 255 or 26.47% from 68); Max value from RGB is 37 - color contains mainly: red. Hex color #250D12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250D12 is #DAF2ED. Grayscale: #141414. Windows color (decimal): -14349038 or 1183013. OLE color: 1183013.

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

Color convert

RGB371318-
CMYK00.650.510.85
HSL347.5º48%9.8%-
HSV(B)347.5º64.86%14.51%-
XYZ1.020.720.66-
YUV20.75126.45139.59-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 54.41%
GREEN value IS 13 (5.47% from 255) = 19.12%
BLUE value IS 18 (7.42% from 255) = 26.47%
R=54.41%
G=19.12%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.51
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37131800.650.510.85347.5489.8
Hex25D12041335515c30a
Octal4515220101631255346012
Binary1001011101100100100000111001110101011010111001100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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