#25070D

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

Shades of Rustic Red #25070D

Tints of Rustic Red #25070D

Color information

#25070D (or 0x25070D) is unknown color: approx Rustic Red. HEX triplet: 25, 07 and 0D. RGB value is (37,7,13). Sum of RGB (Red+Green+Blue) = 37+7+13=57 (7% of max value = 765). Red value is 37 (14.84% from 255 or 64.91% from 57); Green value is 7 (3.12% from 255 or 12.28% from 57); Blue value is 13 (5.47% from 255 or 22.81% from 57); Max value from RGB is 37 - color contains mainly: red. Hex color #25070D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25070D is #DAF8F2. Grayscale: #101010. Windows color (decimal): -14350579 or 853797. OLE color: 853797.

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

Color convert

RGB37713-
CMYK00.810.650.85
HSL348º68.18%8.63%-
HSV(B)348º81.08%14.51%-
XYZ0.910.570.44-
YUV16.65125.94142.51-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 64.91%
GREEN value IS 7 (3.12% from 255) = 12.28%
BLUE value IS 13 (5.47% from 255) = 22.81%
R=64.91%
G=12.28%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.65
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3771300.810.650.8534868.188.63
Hex257D051415515c449
Octal45715012110112553410411
Binary1001011111101010100011000001101010110101110010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25070D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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