#250708

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

Shades of Rustic Red #250708

Tints of Rustic Red #250708

Color information

#250708 (or 0x250708) is unknown color: approx Rustic Red. HEX triplet: 25, 07 and 08. RGB value is (37,7,8). Sum of RGB (Red+Green+Blue) = 37+7+8=52 (6% of max value = 765). Red value is 37 (14.84% from 255 or 71.15% from 52); Green value is 7 (3.12% from 255 or 13.46% from 52); Blue value is 8 (3.52% from 255 or 15.38% from 52); Max value from RGB is 37 - color contains mainly: red. Hex color #250708 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250708 is #DAF8F7. Grayscale: #101010. Windows color (decimal): -14350584 or 526117. OLE color: 526117.

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

Color convert

RGB3778-
CMYK00.810.780.85
HSL358º68.18%8.63%-
HSV(B)358º81.08%14.51%-
XYZ0.880.560.29-
YUV16.08123.44142.92-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 71.15%
GREEN value IS 7 (3.12% from 255) = 13.46%
BLUE value IS 8 (3.52% from 255) = 15.38%
R=71.15%
G=13.46%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.78
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal377800.810.780.8535868.188.63
Hex25780514E55166449
Octal45710012111612554610411
Binary1001011111000010100011001110101010110110011010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250708; }

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

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

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

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

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

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

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

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