#25151A

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

Shades of Rustic Red #25151A

Tints of Rustic Red #25151A

Color information

#25151A (or 0x25151A) is unknown color: approx Rustic Red. HEX triplet: 25, 15 and 1A. RGB value is (37,21,26). Sum of RGB (Red+Green+Blue) = 37+21+26=84 (11% of max value = 765). Red value is 37 (14.84% from 255 or 44.05% from 84); Green value is 21 (8.59% from 255 or 25% from 84); Blue value is 26 (10.55% from 255 or 30.95% from 84); Max value from RGB is 37 - color contains mainly: red. Hex color #25151A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25151A is #DAEAE5. Grayscale: #1A1A1A. Windows color (decimal): -14346982 or 1709349. OLE color: 1709349.

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

Color convert

RGB372126-
CMYK00.430.300.85
HSL341.25º27.59%11.37%-
HSV(B)341.25º43.24%14.51%-
XYZ1.2211.11-
YUV26.35127.8135.59-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 44.05%
GREEN value IS 21 (8.59% from 255) = 25%
BLUE value IS 26 (10.55% from 255) = 30.95%
R=44.05%
G=25%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.30
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37212600.430.300.85341.2527.5911.37
Hex25151A02B1E551551cb
Octal452532053361255253413
Binary10010110101110100101011111101010101101010101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25151A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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