#25020D

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

Shades of Rustic Red #25020D

Tints of Rustic Red #25020D

Color information

#25020D (or 0x25020D) is unknown color: approx Rustic Red. HEX triplet: 25, 02 and 0D. RGB value is (37,2,13). Sum of RGB (Red+Green+Blue) = 37+2+13=52 (6% of max value = 765). Red value is 37 (14.84% from 255 or 71.15% from 52); Green value is 2 (1.17% from 255 or 3.85% from 52); Blue value is 13 (5.47% from 255 or 25% from 52); Max value from RGB is 37 - color contains mainly: red. Hex color #25020D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25020D is #DAFDF2. Grayscale: #0D0D0D. Windows color (decimal): -14351859 or 852517. OLE color: 852517.

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

Color convert

RGB37213-
CMYK00.950.650.85
HSL341.14º89.74%7.65%-
HSV(B)341.14º94.59%14.51%-
XYZ0.860.470.43-
YUV13.72127.6144.61-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 71.15%
GREEN value IS 2 (1.17% from 255) = 3.85%
BLUE value IS 13 (5.47% from 255) = 25%
R=71.15%
G=3.85%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.65
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3721300.950.650.85341.1489.747.65
Hex252D05F41551555a8
Octal45215013710112552513210
Binary100101101101010111111000001101010110101010110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25020D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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