#250A11

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

Shades of Rustic Red #250A11

Tints of Rustic Red #250A11

Color information

#250A11 (or 0x250A11) is unknown color: approx Rustic Red. HEX triplet: 25, 0A and 11. RGB value is (37,10,17). Sum of RGB (Red+Green+Blue) = 37+10+17=64 (8% of max value = 765). Red value is 37 (14.84% from 255 or 57.81% from 64); Green value is 10 (4.30% from 255 or 15.62% from 64); Blue value is 17 (7.03% from 255 or 26.56% from 64); Max value from RGB is 37 - color contains mainly: red. Hex color #250A11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250A11 is #DAF5EE. Grayscale: #121212. Windows color (decimal): -14349807 or 1116709. OLE color: 1116709.

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

Color convert

RGB371017-
CMYK00.730.540.85
HSL344.44º57.45%9.22%-
HSV(B)344.44º72.97%14.51%-
XYZ0.970.650.6-
YUV18.87126.95140.93-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 57.81%
GREEN value IS 10 (4.30% from 255) = 15.62%
BLUE value IS 17 (7.03% from 255) = 26.56%
R=57.81%
G=15.62%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.54
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37101700.730.540.85344.4457.459.22
Hex25A110493655158399
Octal4512210111661255307111
Binary1001011010100010100100111011010101011010110001110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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