#250208

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

Shades of Rustic Red #250208

Tints of Rustic Red #250208

Color information

#250208 (or 0x250208) is unknown color: approx Rustic Red. HEX triplet: 25, 02 and 08. RGB value is (37,2,8). Sum of RGB (Red+Green+Blue) = 37+2+8=47 (6% of max value = 765). Red value is 37 (14.84% from 255 or 78.72% from 47); Green value is 2 (1.17% from 255 or 4.26% from 47); Blue value is 8 (3.52% from 255 or 17.02% from 47); Max value from RGB is 37 - color contains mainly: red. Hex color #250208 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250208 is #DAFDF7. Grayscale: #0D0D0D. Windows color (decimal): -14351864 or 524837. OLE color: 524837.

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

Color convert

RGB3728-
CMYK00.950.780.85
HSL349.71º89.74%7.65%-
HSV(B)349.71º94.59%14.51%-
XYZ0.830.450.27-
YUV13.15125.1145.01-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 78.72%
GREEN value IS 2 (1.17% from 255) = 4.26%
BLUE value IS 8 (3.52% from 255) = 17.02%
R=78.72%
G=4.26%
B=17.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.78
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal372800.950.780.85349.7189.747.65
Hex252805F4E5515e5a8
Octal45210013711612553613210
Binary100101101000010111111001110101010110101111010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250208; }

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

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

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

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

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

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

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

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