#250204

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

Shades of Rustic Red #250204

Tints of Rustic Red #250204

Color information

#250204 (or 0x250204) is unknown color: approx Rustic Red. HEX triplet: 25, 02 and 04. RGB value is (37,2,4). Sum of RGB (Red+Green+Blue) = 37+2+4=43 (5% of max value = 765). Red value is 37 (14.84% from 255 or 86.05% from 43); Green value is 2 (1.17% from 255 or 4.65% from 43); Blue value is 4 (1.95% from 255 or 9.30% from 43); Max value from RGB is 37 - color contains mainly: red. Hex color #250204 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250204 is #DAFDFB. Grayscale: #0C0C0C. Windows color (decimal): -14351868 or 262693. OLE color: 262693.

HSL color Cylindrical-coordinate representation of color #250204: hue angle of 356.57º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #250204 is Cyan = 0, Magento = 0.95, Yellow = 0.89 and Black (K on CMYK) = 0.85.

Color convert

RGB3724-
CMYK00.950.890.85
HSL356.57º89.74%7.65%-
HSV(B)356.57º94.59%14.51%-
XYZ0.810.450.16-
YUV12.69123.1145.34-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 86.05%
GREEN value IS 2 (1.17% from 255) = 4.65%
BLUE value IS 4 (1.95% from 255) = 9.30%
R=86.05%
G=4.65%
B=9.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.89
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal372400.950.890.85356.5789.747.65
Hex252405F59551655a8
Octal4524013713112554513210
Binary10010110100010111111011001101010110110010110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250204; }

 p { color: rgb(37,2,4); }

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

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

 a { background-color: rgb(37,2,4); }

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

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

 span { border-color: rgb(37,2,4); }

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