#25161A

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

Shades of Rustic Red #25161A

Tints of Rustic Red #25161A

Color information

#25161A (or 0x25161A) is unknown color: approx Rustic Red. HEX triplet: 25, 16 and 1A. RGB value is (37,22,26). Sum of RGB (Red+Green+Blue) = 37+22+26=85 (11% of max value = 765). Red value is 37 (14.84% from 255 or 43.53% from 85); Green value is 22 (8.98% from 255 or 25.88% from 85); Blue value is 26 (10.55% from 255 or 30.59% from 85); Max value from RGB is 37 - color contains mainly: red. Hex color #25161A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25161A is #DAE9E5. Grayscale: #1A1A1A. Windows color (decimal): -14346726 or 1709605. OLE color: 1709605.

HSL color Cylindrical-coordinate representation of color #25161A: hue angle of 344º degrees, saturation: 0.25, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #25161A is Cyan = 0, Magento = 0.41, Yellow = 0.30 and Black (K on CMYK) = 0.85.

Color convert

RGB372226-
CMYK00.410.300.85
HSL344º25.42%11.57%-
HSV(B)344º40.54%14.51%-
XYZ1.241.041.11-
YUV26.94127.47135.17-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 43.53%
GREEN value IS 22 (8.98% from 255) = 25.88%
BLUE value IS 26 (10.55% from 255) = 30.59%
R=43.53%
G=25.88%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.30
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37222600.410.300.8534425.4211.57
Hex25161A0291E5515819c
Octal452632051361255303114
Binary10010110110110100101001111101010101101011000110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25161A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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