#250710

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

Shades of Rustic Red #250710

Tints of Rustic Red #250710

Color information

#250710 (or 0x250710) is unknown color: approx Rustic Red. HEX triplet: 25, 07 and 10. RGB value is (37,7,16). Sum of RGB (Red+Green+Blue) = 37+7+16=60 (7% of max value = 765). Red value is 37 (14.84% from 255 or 61.67% from 60); Green value is 7 (3.12% from 255 or 11.67% from 60); Blue value is 16 (6.64% from 255 or 26.67% from 60); Max value from RGB is 37 - color contains mainly: red. Hex color #250710 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250710 is #DAF8EF. Grayscale: #101010. Windows color (decimal): -14350576 or 1050405. OLE color: 1050405.

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

Color convert

RGB37716-
CMYK00.810.570.85
HSL342º68.18%8.63%-
HSV(B)342º81.08%14.51%-
XYZ0.930.580.55-
YUV17127.44142.27-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 61.67%
GREEN value IS 7 (3.12% from 255) = 11.67%
BLUE value IS 16 (6.64% from 255) = 26.67%
R=61.67%
G=11.67%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.57
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3771600.810.570.8534268.188.63
Hex257100513955156449
Octal4572001217112552610411
Binary1001011111000001010001111001101010110101011010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250710; }

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

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

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

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

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

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

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

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