#250B0C

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

Shades of Rustic Red #250B0C

Tints of Rustic Red #250B0C

Color information

#250B0C (or 0x250B0C) is unknown color: approx Rustic Red. HEX triplet: 25, 0B and 0C. RGB value is (37,11,12). Sum of RGB (Red+Green+Blue) = 37+11+12=60 (7% of max value = 765). Red value is 37 (14.84% from 255 or 61.67% from 60); Green value is 11 (4.69% from 255 or 18.33% from 60); Blue value is 12 (5.08% from 255 or 20% from 60); Max value from RGB is 37 - color contains mainly: red. Hex color #250B0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250B0C is #DAF4F3. Grayscale: #121212. Windows color (decimal): -14349556 or 789285. OLE color: 789285.

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

Color convert

RGB371112-
CMYK00.700.680.85
HSL357.69º54.17%9.41%-
HSV(B)357.69º70.27%14.51%-
XYZ0.950.660.43-
YUV18.89124.11140.92-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 61.67%
GREEN value IS 11 (4.69% from 255) = 18.33%
BLUE value IS 12 (5.08% from 255) = 20%
R=61.67%
G=18.33%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.68
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37111200.700.680.85357.6954.179.41
Hex25BC0464455166369
Octal45131401061041255466611
Binary1001011011110001000110100010010101011011001101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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