#250010

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

Shades of Rustic Red #250010

Tints of Rustic Red #250010

Color information

#250010 (or 0x250010) is unknown color: approx Rustic Red. HEX triplet: 25, 00 and 10. RGB value is (37,0,16). Sum of RGB (Red+Green+Blue) = 37+0+16=53 (7% of max value = 765). Red value is 37 (14.84% from 255 or 69.81% from 53); Green value is 0 (0.39% from 255 or 0% from 53); Blue value is 16 (6.64% from 255 or 30.19% from 53); Max value from RGB is 37 - color contains mainly: red. Hex color #250010 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250010 is #DAFFEF. Grayscale: #0C0C0C. Windows color (decimal): -14352368 or 1048613. OLE color: 1048613.

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

Color convert

RGB37016-
CMYK010.570.85
HSL334.05º100%7.25%-
HSV(B)334.05º100%14.51%-
XYZ0.860.430.53-
YUV12.89129.76145.2-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 69.81%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 16 (6.64% from 255) = 30.19%
R=69.81%
G=0%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.57
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37016010.570.85334.051007.25
Hex25010064395514e647
Octal450200144711255161447
Binary1001010100000110010011100110101011010011101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250010; }

 p { color: rgb(37,0,16); }

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

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

 a { background-color: rgb(37,0,16); }

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

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

 span { border-color: rgb(37,0,16); }

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