#251A1B

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

Shades of Rustic Red #251A1B

Tints of Rustic Red #251A1B

Color information

#251A1B (or 0x251A1B) is unknown color: approx Rustic Red. HEX triplet: 25, 1A and 1B. RGB value is (37,26,27). Sum of RGB (Red+Green+Blue) = 37+26+27=90 (11% of max value = 765). Red value is 37 (14.84% from 255 or 41.11% from 90); Green value is 26 (10.55% from 255 or 28.89% from 90); Blue value is 27 (10.94% from 255 or 30% from 90); Max value from RGB is 37 - color contains mainly: red. Hex color #251A1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251A1B is #DAE5E4. Grayscale: #1D1D1D. Windows color (decimal): -14345701 or 1776165. OLE color: 1776165.

HSL color Cylindrical-coordinate representation of color #251A1B: hue angle of 354.55º degrees, saturation: 0.17, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #251A1B is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.85.

Color convert

RGB372627-
CMYK00.300.270.85
HSL354.55º17.46%12.35%-
HSV(B)354.55º29.73%14.51%-
XYZ1.331.211.2-
YUV29.4126.64133.42-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 41.11%
GREEN value IS 26 (10.55% from 255) = 28.89%
BLUE value IS 27 (10.94% from 255) = 30%
R=41.11%
G=28.89%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.27
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37262700.300.270.85354.5517.4612.35
Hex251A1B01E1B5516311c
Octal453233036331255432114
Binary1001011101011011011110110111010101101100011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251A1B; }

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

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

<style>
 a { background-color: #251A1B; }

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

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

<style>
 span { border-color: #251A1B; }

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

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