#25030E

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

Shades of Rustic Red #25030E

Tints of Rustic Red #25030E

Color information

#25030E (or 0x25030E) is unknown color: approx Rustic Red. HEX triplet: 25, 03 and 0E. RGB value is (37,3,14). Sum of RGB (Red+Green+Blue) = 37+3+14=54 (7% of max value = 765). Red value is 37 (14.84% from 255 or 68.52% from 54); Green value is 3 (1.56% from 255 or 5.56% from 54); Blue value is 14 (5.86% from 255 or 25.93% from 54); Max value from RGB is 37 - color contains mainly: red. Hex color #25030E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25030E is #DAFCF1. Grayscale: #0E0E0E. Windows color (decimal): -14351602 or 918309. OLE color: 918309.

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

Color convert

RGB37314-
CMYK00.920.620.85
HSL340.59º85%7.84%-
HSV(B)340.59º91.89%14.51%-
XYZ0.870.490.46-
YUV14.42127.76144.11-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 68.52%
GREEN value IS 3 (1.56% from 255) = 5.56%
BLUE value IS 14 (5.86% from 255) = 25.93%
R=68.52%
G=5.56%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.62
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3731400.920.620.85340.59857.84
Hex253E05C3E55155558
Octal4531601347612552512510
Binary10010111111001011100111110101010110101010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25030E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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