#250812

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

Shades of Rustic Red #250812

Tints of Rustic Red #250812

Color information

#250812 (or 0x250812) is unknown color: approx Rustic Red. HEX triplet: 25, 08 and 12. RGB value is (37,8,18). Sum of RGB (Red+Green+Blue) = 37+8+18=63 (8% of max value = 765). Red value is 37 (14.84% from 255 or 58.73% from 63); Green value is 8 (3.52% from 255 or 12.70% from 63); Blue value is 18 (7.42% from 255 or 28.57% from 63); Max value from RGB is 37 - color contains mainly: red. Hex color #250812 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250812 is #DAF7ED. Grayscale: #111111. Windows color (decimal): -14350318 or 1181733. OLE color: 1181733.

HSL color Cylindrical-coordinate representation of color #250812: hue angle of 339.31º 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 #250812 is Cyan = 0, Magento = 0.78, Yellow = 0.51 and Black (K on CMYK) = 0.85.

Color convert

RGB37818-
CMYK00.780.510.85
HSL339.31º64.44%8.82%-
HSV(B)339.31º78.38%14.51%-
XYZ0.960.610.64-
YUV17.81128.11141.69-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 58.73%
GREEN value IS 8 (3.52% from 255) = 12.70%
BLUE value IS 18 (7.42% from 255) = 28.57%
R=58.73%
G=12.70%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.51
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3781800.780.510.85339.3164.448.82
Hex2581204E3355153409
Octal45102201166312552310011
Binary10010110001001001001110110011101010110101001110000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250812; }

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

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

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

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

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

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

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

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