#250513

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

Shades of Rustic Red #250513

Tints of Rustic Red #250513

Color information

#250513 (or 0x250513) is unknown color: approx Rustic Red. HEX triplet: 25, 05 and 13. RGB value is (37,5,19). Sum of RGB (Red+Green+Blue) = 37+5+19=61 (8% of max value = 765). Red value is 37 (14.84% from 255 or 60.66% from 61); Green value is 5 (2.34% from 255 or 8.20% from 61); Blue value is 19 (7.81% from 255 or 31.15% from 61); Max value from RGB is 37 - color contains mainly: red. Hex color #250513 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250513 is #DAFAEC. Grayscale: #101010. Windows color (decimal): -14351085 or 1246501. OLE color: 1246501.

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

Color convert

RGB37519-
CMYK00.860.490.85
HSL333.75º76.19%8.24%-
HSV(B)333.75º86.49%14.51%-
XYZ0.930.550.67-
YUV16.16129.6142.86-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 60.66%
GREEN value IS 5 (2.34% from 255) = 8.20%
BLUE value IS 19 (7.81% from 255) = 31.15%
R=60.66%
G=8.20%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.49
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3751900.860.490.85333.7576.198.24
Hex25513056315514e4c8
Octal4552301266112551611410
Binary1001011011001101010110110001101010110100111010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250513; }

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

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

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

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

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

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

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

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