#25040B

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

Shades of Rustic Red #25040B

Tints of Rustic Red #25040B

Color information

#25040B (or 0x25040B) is unknown color: approx Rustic Red. HEX triplet: 25, 04 and 0B. RGB value is (37,4,11). Sum of RGB (Red+Green+Blue) = 37+4+11=52 (6% of max value = 765). Red value is 37 (14.84% from 255 or 71.15% from 52); Green value is 4 (1.95% from 255 or 7.69% from 52); Blue value is 11 (4.69% from 255 or 21.15% from 52); Max value from RGB is 37 - color contains mainly: red. Hex color #25040B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25040B is #DAFBF4. Grayscale: #0E0E0E. Windows color (decimal): -14351349 or 721957. OLE color: 721957.

HSL color Cylindrical-coordinate representation of color #25040B: hue angle of 347.27º 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 #25040B is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.85.

Color convert

RGB37411-
CMYK00.890.700.85
HSL347.27º80.49%8.04%-
HSV(B)347.27º89.19%14.51%-
XYZ0.870.50.37-
YUV14.66125.93143.93-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 71.15%
GREEN value IS 4 (1.95% from 255) = 7.69%
BLUE value IS 11 (4.69% from 255) = 21.15%
R=71.15%
G=7.69%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.70
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3741100.890.700.85347.2780.498.04
Hex254B059465515b508
Octal45413013110612553312010
Binary1001011001011010110011000110101010110101101110100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25040B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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