#25010D

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

Shades of Rustic Red #25010D

Tints of Rustic Red #25010D

Color information

#25010D (or 0x25010D) is unknown color: approx Rustic Red. HEX triplet: 25, 01 and 0D. RGB value is (37,1,13). Sum of RGB (Red+Green+Blue) = 37+1+13=51 (6% of max value = 765). Red value is 37 (14.84% from 255 or 72.55% from 51); Green value is 1 (0.78% from 255 or 1.96% from 51); Blue value is 13 (5.47% from 255 or 25.49% from 51); Max value from RGB is 37 - color contains mainly: red. Hex color #25010D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25010D is #DAFEF2. Grayscale: #0D0D0D. Windows color (decimal): -14352115 or 852261. OLE color: 852261.

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

Color convert

RGB37113-
CMYK00.970.650.85
HSL340º94.74%7.45%-
HSV(B)340º97.3%14.51%-
XYZ0.850.440.42-
YUV13.13127.93145.02-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 72.55%
GREEN value IS 1 (0.78% from 255) = 1.96%
BLUE value IS 13 (5.47% from 255) = 25.49%
R=72.55%
G=1.96%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.65
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3711300.970.650.8534094.747.45
Hex251D06141551545f7
Octal4511501411011255241377
Binary1001011110101100001100000110101011010101001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25010D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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