#250712

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

Shades of Rustic Red #250712

Tints of Rustic Red #250712

Color information

#250712 (or 0x250712) is unknown color: approx Rustic Red. HEX triplet: 25, 07 and 12. RGB value is (37,7,18). Sum of RGB (Red+Green+Blue) = 37+7+18=62 (8% of max value = 765). Red value is 37 (14.84% from 255 or 59.68% from 62); Green value is 7 (3.12% from 255 or 11.29% from 62); Blue value is 18 (7.42% from 255 or 29.03% from 62); Max value from RGB is 37 - color contains mainly: red. Hex color #250712 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250712 is #DAF8ED. Grayscale: #111111. Windows color (decimal): -14350574 or 1181477. OLE color: 1181477.

HSL color Cylindrical-coordinate representation of color #250712: hue angle of 338º degrees, saturation: 0.68, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #250712 is Cyan = 0, Magento = 0.81, Yellow = 0.51 and Black (K on CMYK) = 0.85.

Color convert

RGB37718-
CMYK00.810.510.85
HSL338º68.18%8.63%-
HSV(B)338º81.08%14.51%-
XYZ0.950.590.64-
YUV17.22128.44142.11-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 59.68%
GREEN value IS 7 (3.12% from 255) = 11.29%
BLUE value IS 18 (7.42% from 255) = 29.03%
R=59.68%
G=11.29%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.51
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3771800.810.510.8533868.188.63
Hex257120513355152449
Octal4572201216312552210411
Binary1001011111001001010001110011101010110101001010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250712; }

 p { color: rgb(37,7,18); }

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

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

 a { background-color: rgb(37,7,18); }

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

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

 span { border-color: rgb(37,7,18); }

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