#250811

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

Shades of Rustic Red #250811

Tints of Rustic Red #250811

Color information

#250811 (or 0x250811) is unknown color: approx Rustic Red. HEX triplet: 25, 08 and 11. RGB value is (37,8,17). Sum of RGB (Red+Green+Blue) = 37+8+17=62 (8% of max value = 765). Red value is 37 (14.84% from 255 or 59.68% from 62); Green value is 8 (3.52% from 255 or 12.90% from 62); Blue value is 17 (7.03% from 255 or 27.42% from 62); Max value from RGB is 37 - color contains mainly: red. Hex color #250811 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250811 is #DAF7EE. Grayscale: #111111. Windows color (decimal): -14350319 or 1116197. OLE color: 1116197.

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

Color convert

RGB37817-
CMYK00.780.540.85
HSL341.38º64.44%8.82%-
HSV(B)341.38º78.38%14.51%-
XYZ0.950.610.6-
YUV17.7127.61141.77-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 59.68%
GREEN value IS 8 (3.52% from 255) = 12.90%
BLUE value IS 17 (7.03% from 255) = 27.42%
R=59.68%
G=12.90%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.54
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3781700.780.540.85341.3864.448.82
Hex2581104E3655155409
Octal45102101166612552510011
Binary10010110001000101001110110110101010110101010110000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250811; }

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

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

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

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

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

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

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

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