#25040C

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

Shades of Rustic Red #25040C

Tints of Rustic Red #25040C

Color information

#25040C (or 0x25040C) is unknown color: approx Rustic Red. HEX triplet: 25, 04 and 0C. RGB value is (37,4,12). Sum of RGB (Red+Green+Blue) = 37+4+12=53 (7% of max value = 765). Red value is 37 (14.84% from 255 or 69.81% from 53); Green value is 4 (1.95% from 255 or 7.55% from 53); Blue value is 12 (5.08% from 255 or 22.64% from 53); Max value from RGB is 37 - color contains mainly: red. Hex color #25040C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25040C is #DAFBF3. Grayscale: #0E0E0E. Windows color (decimal): -14351348 or 787493. OLE color: 787493.

HSL color Cylindrical-coordinate representation of color #25040C: hue angle of 345.45º degrees, saturation: 0.8, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #25040C is Cyan = 0, Magento = 0.89, Yellow = 0.68 and Black (K on CMYK) = 0.85.

Color convert

RGB37412-
CMYK00.890.680.85
HSL345.45º80.49%8.04%-
HSV(B)345.45º89.19%14.51%-
XYZ0.870.510.4-
YUV14.78126.43143.85-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 69.81%
GREEN value IS 4 (1.95% from 255) = 7.55%
BLUE value IS 12 (5.08% from 255) = 22.64%
R=69.81%
G=7.55%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.68
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3741200.890.680.85345.4580.498.04
Hex254C0594455159508
Octal45414013110412553112010
Binary1001011001100010110011000100101010110101100110100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25040C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25040C; }

 p { color: rgb(37,4,12); }

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

<style>
 a { background-color: #25040C; }

 a { background-color: rgb(37,4,12); }

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

<style>
 span { border-color: #25040C; }

 span { border-color: rgb(37,4,12); }

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