#250B0F

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

Shades of Rustic Red #250B0F

Tints of Rustic Red #250B0F

Color information

#250B0F (or 0x250B0F) is unknown color: approx Rustic Red. HEX triplet: 25, 0B and 0F. RGB value is (37,11,15). Sum of RGB (Red+Green+Blue) = 37+11+15=63 (8% of max value = 765). Red value is 37 (14.84% from 255 or 58.73% from 63); Green value is 11 (4.69% from 255 or 17.46% from 63); Blue value is 15 (6.25% from 255 or 23.81% from 63); Max value from RGB is 37 - color contains mainly: red. Hex color #250B0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250B0F is #DAF4F0. Grayscale: #131313. Windows color (decimal): -14349553 or 985893. OLE color: 985893.

HSL color Cylindrical-coordinate representation of color #250B0F: hue angle of 350.77º degrees, saturation: 0.54, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #250B0F is Cyan = 0, Magento = 0.70, Yellow = 0.59 and Black (K on CMYK) = 0.85.

Color convert

RGB371115-
CMYK00.700.590.85
HSL350.77º54.17%9.41%-
HSV(B)350.77º70.27%14.51%-
XYZ0.970.670.53-
YUV19.23125.61140.67-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 58.73%
GREEN value IS 11 (4.69% from 255) = 17.46%
BLUE value IS 15 (6.25% from 255) = 23.81%
R=58.73%
G=17.46%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.59
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37111500.700.590.85350.7754.179.41
Hex25BF0463B5515f369
Octal4513170106731255376611
Binary100101101111110100011011101110101011010111111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,11,15); }

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

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

 a { background-color: rgb(37,11,15); }

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

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

 span { border-color: rgb(37,11,15); }

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