#25000D

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

Shades of Rustic Red #25000D

Tints of Rustic Red #25000D

Color information

#25000D (or 0x25000D) is unknown color: approx Rustic Red. HEX triplet: 25, 00 and 0D. RGB value is (37,0,13). Sum of RGB (Red+Green+Blue) = 37+0+13=50 (6% of max value = 765). Red value is 37 (14.84% from 255 or 74% from 50); Green value is 0 (0.39% from 255 or 0% from 50); Blue value is 13 (5.47% from 255 or 26% from 50); Max value from RGB is 37 - color contains mainly: red. Hex color #25000D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25000D is #DAFFF2. Grayscale: #0C0C0C. Windows color (decimal): -14352371 or 852005. OLE color: 852005.

HSL color Cylindrical-coordinate representation of color #25000D: hue angle of 338.92º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #25000D is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.85.

Color convert

RGB37013-
CMYK010.650.85
HSL338.92º100%7.25%-
HSV(B)338.92º100%14.51%-
XYZ0.840.420.42-
YUV12.54128.26145.44-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 74%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 13 (5.47% from 255) = 26%
R=74%
G=0%
B=26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.65
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37013010.650.85338.921007.25
Hex250D0644155153647
Octal4501501441011255231447
Binary1001010110101100100100000110101011010100111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25000D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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