#25000F

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

Shades of Rustic Red #25000F

Tints of Rustic Red #25000F

Color information

#25000F (or 0x25000F) is unknown color: approx Rustic Red. HEX triplet: 25, 00 and 0F. RGB value is (37,0,15). Sum of RGB (Red+Green+Blue) = 37+0+15=52 (6% of max value = 765). Red value is 37 (14.84% from 255 or 71.15% from 52); Green value is 0 (0.39% from 255 or 0% from 52); Blue value is 15 (6.25% from 255 or 28.85% from 52); Max value from RGB is 37 - color contains mainly: red. Hex color #25000F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25000F is #DAFFF0. Grayscale: #0C0C0C. Windows color (decimal): -14352369 or 983077. OLE color: 983077.

HSL color Cylindrical-coordinate representation of color #25000F: hue angle of 335.68º 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 #25000F is Cyan = 0, Magento = 1, Yellow = 0.59 and Black (K on CMYK) = 0.85.

Color convert

RGB37015-
CMYK010.590.85
HSL335.68º100%7.25%-
HSV(B)335.68º100%14.51%-
XYZ0.850.430.49-
YUV12.77129.26145.28-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 71.15%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 15 (6.25% from 255) = 28.85%
R=71.15%
G=0%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.59
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37015010.590.85335.681007.25
Hex250F0643B55150647
Octal450170144731255201447
Binary100101011110110010011101110101011010100001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25000F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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