#25050A

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

Shades of Rustic Red #25050A

Tints of Rustic Red #25050A

Color information

#25050A (or 0x25050A) is unknown color: approx Rustic Red. HEX triplet: 25, 05 and 0A. RGB value is (37,5,10). Sum of RGB (Red+Green+Blue) = 37+5+10=52 (6% of max value = 765). Red value is 37 (14.84% from 255 or 71.15% from 52); Green value is 5 (2.34% from 255 or 9.62% from 52); Blue value is 10 (4.30% from 255 or 19.23% from 52); Max value from RGB is 37 - color contains mainly: red. Hex color #25050A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25050A is #DAFAF5. Grayscale: #0F0F0F. Windows color (decimal): -14351094 or 656677. OLE color: 656677.

HSL color Cylindrical-coordinate representation of color #25050A: hue angle of 350.62º 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 #25050A is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.85.

Color convert

RGB37510-
CMYK00.860.730.85
HSL350.62º76.19%8.24%-
HSV(B)350.62º86.49%14.51%-
XYZ0.870.520.34-
YUV15.14125.1143.59-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 71.15%
GREEN value IS 5 (2.34% from 255) = 9.62%
BLUE value IS 10 (4.30% from 255) = 19.23%
R=71.15%
G=9.62%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.73
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3751000.860.730.85350.6276.198.24
Hex255A056495515f4c8
Octal45512012611112553711410
Binary1001011011010010101101001001101010110101111110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25050A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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