#25050C

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

Shades of Rustic Red #25050C

Tints of Rustic Red #25050C

Color information

#25050C (or 0x25050C) is unknown color: approx Rustic Red. HEX triplet: 25, 05 and 0C. RGB value is (37,5,12). Sum of RGB (Red+Green+Blue) = 37+5+12=54 (7% of max value = 765). Red value is 37 (14.84% from 255 or 68.52% from 54); Green value is 5 (2.34% from 255 or 9.26% from 54); Blue value is 12 (5.08% from 255 or 22.22% from 54); Max value from RGB is 37 - color contains mainly: red. Hex color #25050C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25050C is #DAFAF3. Grayscale: #0F0F0F. Windows color (decimal): -14351092 or 787749. OLE color: 787749.

HSL color Cylindrical-coordinate representation of color #25050C: hue angle of 346.88º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #25050C is Cyan = 0, Magento = 0.86, Yellow = 0.68 and Black (K on CMYK) = 0.85.

Color convert

RGB37512-
CMYK00.860.680.85
HSL346.88º76.19%8.24%-
HSV(B)346.88º86.49%14.51%-
XYZ0.880.530.4-
YUV15.37126.1143.43-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 68.52%
GREEN value IS 5 (2.34% from 255) = 9.26%
BLUE value IS 12 (5.08% from 255) = 22.22%
R=68.52%
G=9.26%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.68
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3751200.860.680.85346.8876.198.24
Hex255C056445515b4c8
Octal45514012610412553311410
Binary1001011011100010101101000100101010110101101110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25050C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25050C; }

 p { color: rgb(37,5,12); }

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

<style>
 a { background-color: #25050C; }

 a { background-color: rgb(37,5,12); }

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

<style>
 span { border-color: #25050C; }

 span { border-color: rgb(37,5,12); }

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