#25090A

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

Shades of Rustic Red #25090A

Tints of Rustic Red #25090A

Color information

#25090A (or 0x25090A) is unknown color: approx Rustic Red. HEX triplet: 25, 09 and 0A. RGB value is (37,9,10). Sum of RGB (Red+Green+Blue) = 37+9+10=56 (7% of max value = 765). Red value is 37 (14.84% from 255 or 66.07% from 56); Green value is 9 (3.91% from 255 or 16.07% from 56); Blue value is 10 (4.30% from 255 or 17.86% from 56); Max value from RGB is 37 - color contains mainly: red. Hex color #25090A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25090A is #DAF6F5. Grayscale: #111111. Windows color (decimal): -14350070 or 657701. OLE color: 657701.

HSL color Cylindrical-coordinate representation of color #25090A: hue angle of 357.86º degrees, saturation: 0.61, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #25090A is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.85.

Color convert

RGB37910-
CMYK00.760.730.85
HSL357.86º60.87%9.02%-
HSV(B)357.86º75.68%14.51%-
XYZ0.920.610.36-
YUV17.49123.78141.92-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 66.07%
GREEN value IS 9 (3.91% from 255) = 16.07%
BLUE value IS 10 (4.30% from 255) = 17.86%
R=66.07%
G=16.07%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.73
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3791000.760.730.85357.8660.879.02
Hex259A04C49551663d9
Octal45111201141111255467511
Binary1001011001101001001100100100110101011011001101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25090A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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