#25060E

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

Shades of Rustic Red #25060E

Tints of Rustic Red #25060E

Color information

#25060E (or 0x25060E) is unknown color: approx Rustic Red. HEX triplet: 25, 06 and 0E. RGB value is (37,6,14). Sum of RGB (Red+Green+Blue) = 37+6+14=57 (7% of max value = 765). Red value is 37 (14.84% from 255 or 64.91% from 57); Green value is 6 (2.73% from 255 or 10.53% from 57); Blue value is 14 (5.86% from 255 or 24.56% from 57); Max value from RGB is 37 - color contains mainly: red. Hex color #25060E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25060E is #DAF9F1. Grayscale: #101010. Windows color (decimal): -14350834 or 919077. OLE color: 919077.

HSL color Cylindrical-coordinate representation of color #25060E: hue angle of 344.52º degrees, saturation: 0.72, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25060E is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.85.

Color convert

RGB37614-
CMYK00.840.620.85
HSL344.52º72.09%8.43%-
HSV(B)344.52º83.78%14.51%-
XYZ0.910.560.47-
YUV16.18126.77142.85-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 64.91%
GREEN value IS 6 (2.73% from 255) = 10.53%
BLUE value IS 14 (5.86% from 255) = 24.56%
R=64.91%
G=10.53%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.62
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3761400.840.620.85344.5272.098.43
Hex256E0543E55159488
Octal4561601247612553111010
Binary100101110111001010100111110101010110101100110010001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25060E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25060E; }

 p { color: rgb(37,6,14); }

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

<style>
 a { background-color: #25060E; }

 a { background-color: rgb(37,6,14); }

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

<style>
 span { border-color: #25060E; }

 span { border-color: rgb(37,6,14); }

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