#25191B

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

Shades of Rustic Red #25191B

Tints of Rustic Red #25191B

Color information

#25191B (or 0x25191B) is unknown color: approx Rustic Red. HEX triplet: 25, 19 and 1B. RGB value is (37,25,27). Sum of RGB (Red+Green+Blue) = 37+25+27=89 (11% of max value = 765). Red value is 37 (14.84% from 255 or 41.57% from 89); Green value is 25 (10.16% from 255 or 28.09% from 89); Blue value is 27 (10.94% from 255 or 30.34% from 89); Max value from RGB is 37 - color contains mainly: red. Hex color #25191B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25191B is #DAE6E4. Grayscale: #1C1C1C. Windows color (decimal): -14345957 or 1775909. OLE color: 1775909.

HSL color Cylindrical-coordinate representation of color #25191B: hue angle of 350º degrees, saturation: 0.19, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #25191B is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.85.

Color convert

RGB372527-
CMYK00.320.270.85
HSL350º19.35%12.16%-
HSV(B)350º32.43%14.51%-
XYZ1.311.171.19-
YUV28.82126.98133.84-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 41.57%
GREEN value IS 25 (10.16% from 255) = 28.09%
BLUE value IS 27 (10.94% from 255) = 30.34%
R=41.57%
G=28.09%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.27
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37252700.320.270.8535019.3512.16
Hex25191B0201B5515e13c
Octal453133040331255362314
Binary10010111001110110100000110111010101101011110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25191B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,25,27); }

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

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

 a { background-color: rgb(37,25,27); }

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

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

 span { border-color: rgb(37,25,27); }

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