#25050D

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

Shades of Rustic Red #25050D

Tints of Rustic Red #25050D

Color information

#25050D (or 0x25050D) is unknown color: approx Rustic Red. HEX triplet: 25, 05 and 0D. RGB value is (37,5,13). Sum of RGB (Red+Green+Blue) = 37+5+13=55 (7% of max value = 765). Red value is 37 (14.84% from 255 or 67.27% from 55); Green value is 5 (2.34% from 255 or 9.09% from 55); Blue value is 13 (5.47% from 255 or 23.64% from 55); Max value from RGB is 37 - color contains mainly: red. Hex color #25050D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25050D is #DAFAF2. Grayscale: #0F0F0F. Windows color (decimal): -14351091 or 853285. OLE color: 853285.

HSL color Cylindrical-coordinate representation of color #25050D: hue angle of 345º 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 #25050D is Cyan = 0, Magento = 0.86, Yellow = 0.65 and Black (K on CMYK) = 0.85.

Color convert

RGB37513-
CMYK00.860.650.85
HSL345º76.19%8.24%-
HSV(B)345º86.49%14.51%-
XYZ0.890.530.44-
YUV15.48126.6143.35-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 67.27%
GREEN value IS 5 (2.34% from 255) = 9.09%
BLUE value IS 13 (5.47% from 255) = 23.64%
R=67.27%
G=9.09%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.65
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3751300.860.650.8534576.198.24
Hex255D05641551594c8
Octal45515012610112553111410
Binary1001011011101010101101000001101010110101100110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25050D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25050D; }

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

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

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

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

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

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

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

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