#250A12

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

Shades of Rustic Red #250A12

Tints of Rustic Red #250A12

Color information

#250A12 (or 0x250A12) is unknown color: approx Rustic Red. HEX triplet: 25, 0A and 12. RGB value is (37,10,18). Sum of RGB (Red+Green+Blue) = 37+10+18=65 (8% of max value = 765). Red value is 37 (14.84% from 255 or 56.92% from 65); Green value is 10 (4.30% from 255 or 15.38% from 65); Blue value is 18 (7.42% from 255 or 27.69% from 65); Max value from RGB is 37 - color contains mainly: red. Hex color #250A12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250A12 is #DAF5ED. Grayscale: #121212. Windows color (decimal): -14349806 or 1182245. OLE color: 1182245.

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

Color convert

RGB371018-
CMYK00.730.510.85
HSL342.22º57.45%9.22%-
HSV(B)342.22º72.97%14.51%-
XYZ0.980.650.65-
YUV18.98127.45140.85-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 56.92%
GREEN value IS 10 (4.30% from 255) = 15.38%
BLUE value IS 18 (7.42% from 255) = 27.69%
R=56.92%
G=15.38%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.51
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37101800.730.510.85342.2257.459.22
Hex25A120493355156399
Octal4512220111631255267111
Binary1001011010100100100100111001110101011010101101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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