#25090B

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

Shades of Rustic Red #25090B

Tints of Rustic Red #25090B

Color information

#25090B (or 0x25090B) is unknown color: approx Rustic Red. HEX triplet: 25, 09 and 0B. RGB value is (37,9,11). Sum of RGB (Red+Green+Blue) = 37+9+11=57 (7% of max value = 765). Red value is 37 (14.84% from 255 or 64.91% from 57); Green value is 9 (3.91% from 255 or 15.79% from 57); Blue value is 11 (4.69% from 255 or 19.30% from 57); Max value from RGB is 37 - color contains mainly: red. Hex color #25090B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25090B is #DAF6F4. Grayscale: #111111. Windows color (decimal): -14350069 or 723237. OLE color: 723237.

HSL color Cylindrical-coordinate representation of color #25090B: hue angle of 355.71º 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 #25090B is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.85.

Color convert

RGB37911-
CMYK00.760.700.85
HSL355.71º60.87%9.02%-
HSV(B)355.71º75.68%14.51%-
XYZ0.920.610.39-
YUV17.6124.28141.84-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 64.91%
GREEN value IS 9 (3.91% from 255) = 15.79%
BLUE value IS 11 (4.69% from 255) = 19.30%
R=64.91%
G=15.79%
B=19.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.70
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3791100.760.700.85355.7160.879.02
Hex259B04C46551643d9
Octal45111301141061255447511
Binary1001011001101101001100100011010101011011001001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25090B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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