#250613

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

Shades of Rustic Red #250613

Tints of Rustic Red #250613

Color information

#250613 (or 0x250613) is unknown color: approx Rustic Red. HEX triplet: 25, 06 and 13. RGB value is (37,6,19). Sum of RGB (Red+Green+Blue) = 37+6+19=62 (8% of max value = 765). Red value is 37 (14.84% from 255 or 59.68% from 62); Green value is 6 (2.73% from 255 or 9.68% from 62); Blue value is 19 (7.81% from 255 or 30.65% from 62); Max value from RGB is 37 - color contains mainly: red. Hex color #250613 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250613 is #DAF9EC. Grayscale: #101010. Windows color (decimal): -14350829 or 1246757. OLE color: 1246757.

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

Color convert

RGB37619-
CMYK00.840.490.85
HSL334.84º72.09%8.43%-
HSV(B)334.84º83.78%14.51%-
XYZ0.950.570.68-
YUV16.75129.27142.44-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 59.68%
GREEN value IS 6 (2.73% from 255) = 9.68%
BLUE value IS 19 (7.81% from 255) = 30.65%
R=59.68%
G=9.68%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.49
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3761900.840.490.85334.8472.098.43
Hex25613054315514f488
Octal4562301246112551711010
Binary1001011101001101010100110001101010110100111110010001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250613; }

 p { color: rgb(37,6,19); }

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

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

 a { background-color: rgb(37,6,19); }

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

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

 span { border-color: rgb(37,6,19); }

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