#25181B

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

Shades of Rustic Red #25181B

Tints of Rustic Red #25181B

Color information

#25181B (or 0x25181B) is unknown color: approx Rustic Red. HEX triplet: 25, 18 and 1B. RGB value is (37,24,27). Sum of RGB (Red+Green+Blue) = 37+24+27=88 (11% of max value = 765). Red value is 37 (14.84% from 255 or 42.05% from 88); Green value is 24 (9.77% from 255 or 27.27% from 88); Blue value is 27 (10.94% from 255 or 30.68% from 88); Max value from RGB is 37 - color contains mainly: red. Hex color #25181B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25181B is #DAE7E4. Grayscale: #1C1C1C. Windows color (decimal): -14346213 or 1775653. OLE color: 1775653.

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

Color convert

RGB372427-
CMYK00.350.270.85
HSL346.15º21.31%11.96%-
HSV(B)346.15º35.14%14.51%-
XYZ1.291.131.19-
YUV28.23127.31134.26-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 42.05%
GREEN value IS 24 (9.77% from 255) = 27.27%
BLUE value IS 27 (10.94% from 255) = 30.68%
R=42.05%
G=27.27%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.27
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37242700.350.270.85346.1521.3111.96
Hex25181B0231B5515a15c
Octal453033043331255322514
Binary10010111000110110100011110111010101101011010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25181B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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