#25000E

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

Shades of Rustic Red #25000E

Tints of Rustic Red #25000E

Color information

#25000E (or 0x25000E) is unknown color: approx Rustic Red. HEX triplet: 25, 00 and 0E. RGB value is (37,0,14). Sum of RGB (Red+Green+Blue) = 37+0+14=51 (6% of max value = 765). Red value is 37 (14.84% from 255 or 72.55% from 51); Green value is 0 (0.39% from 255 or 0% from 51); Blue value is 14 (5.86% from 255 or 27.45% from 51); Max value from RGB is 37 - color contains mainly: red. Hex color #25000E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25000E is #DAFFF1. Grayscale: #0C0C0C. Windows color (decimal): -14352370 or 917541. OLE color: 917541.

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

Color convert

RGB37014-
CMYK010.620.85
HSL337.3º100%7.25%-
HSV(B)337.3º100%14.51%-
XYZ0.840.430.45-
YUV12.66128.76145.36-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 72.55%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 14 (5.86% from 255) = 27.45%
R=72.55%
G=0%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.62
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37014010.620.85337.31007.25
Hex250E0643E55151647
Octal450160144761255211447
Binary100101011100110010011111010101011010100011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25000E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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