#25030D

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

Shades of Rustic Red #25030D

Tints of Rustic Red #25030D

Color information

#25030D (or 0x25030D) is unknown color: approx Rustic Red. HEX triplet: 25, 03 and 0D. RGB value is (37,3,13). Sum of RGB (Red+Green+Blue) = 37+3+13=53 (7% of max value = 765). Red value is 37 (14.84% from 255 or 69.81% from 53); Green value is 3 (1.56% from 255 or 5.66% from 53); Blue value is 13 (5.47% from 255 or 24.53% from 53); Max value from RGB is 37 - color contains mainly: red. Hex color #25030D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25030D is #DAFCF2. Grayscale: #0E0E0E. Windows color (decimal): -14351603 or 852773. OLE color: 852773.

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

Color convert

RGB37313-
CMYK00.920.650.85
HSL342.35º85%7.84%-
HSV(B)342.35º91.89%14.51%-
XYZ0.870.490.43-
YUV14.31127.26144.19-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 69.81%
GREEN value IS 3 (1.56% from 255) = 5.66%
BLUE value IS 13 (5.47% from 255) = 24.53%
R=69.81%
G=5.66%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.65
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3731300.920.650.85342.35857.84
Hex253D05C4155156558
Octal45315013410112552612510
Binary100101111101010111001000001101010110101011010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25030D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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