#25181A

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

Shades of Rustic Red #25181A

Tints of Rustic Red #25181A

Color information

#25181A (or 0x25181A) is unknown color: approx Rustic Red. HEX triplet: 25, 18 and 1A. RGB value is (37,24,26). Sum of RGB (Red+Green+Blue) = 37+24+26=87 (11% of max value = 765). Red value is 37 (14.84% from 255 or 42.53% from 87); Green value is 24 (9.77% from 255 or 27.59% from 87); Blue value is 26 (10.55% from 255 or 29.89% from 87); Max value from RGB is 37 - color contains mainly: red. Hex color #25181A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25181A is #DAE7E5. Grayscale: #1C1C1C. Windows color (decimal): -14346214 or 1710117. OLE color: 1710117.

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

Color convert

RGB372426-
CMYK00.350.300.85
HSL350.77º21.31%11.96%-
HSV(B)350.77º35.14%14.51%-
XYZ1.281.121.13-
YUV28.11126.81134.34-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 42.53%
GREEN value IS 24 (9.77% from 255) = 27.59%
BLUE value IS 26 (10.55% from 255) = 29.89%
R=42.53%
G=27.59%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.30
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37242600.350.300.85350.7721.3111.96
Hex25181A0231E5515f15c
Octal453032043361255372514
Binary10010111000110100100011111101010101101011111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25181A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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