#250A0E

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

Shades of Rustic Red #250A0E

Tints of Rustic Red #250A0E

Color information

#250A0E (or 0x250A0E) is unknown color: approx Rustic Red. HEX triplet: 25, 0A and 0E. RGB value is (37,10,14). Sum of RGB (Red+Green+Blue) = 37+10+14=61 (8% of max value = 765). Red value is 37 (14.84% from 255 or 60.66% from 61); Green value is 10 (4.30% from 255 or 16.39% from 61); Blue value is 14 (5.86% from 255 or 22.95% from 61); Max value from RGB is 37 - color contains mainly: red. Hex color #250A0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250A0E is #DAF5F1. Grayscale: #121212. Windows color (decimal): -14349810 or 920101. OLE color: 920101.

HSL color Cylindrical-coordinate representation of color #250A0E: hue angle of 351.11º 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 #250A0E is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.85.

Color convert

RGB371014-
CMYK00.730.620.85
HSL351.11º57.45%9.22%-
HSV(B)351.11º72.97%14.51%-
XYZ0.950.640.49-
YUV18.53125.45141.17-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 60.66%
GREEN value IS 10 (4.30% from 255) = 16.39%
BLUE value IS 14 (5.86% from 255) = 22.95%
R=60.66%
G=16.39%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.62
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37101400.730.620.85351.1157.459.22
Hex25AE0493E5515f399
Octal4512160111761255377111
Binary100101101011100100100111111010101011010111111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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