#251B1C

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

Shades of Rustic Red #251B1C

Tints of Rustic Red #251B1C

Color information

#251B1C (or 0x251B1C) is unknown color: approx Rustic Red. HEX triplet: 25, 1B and 1C. RGB value is (37,27,28). Sum of RGB (Red+Green+Blue) = 37+27+28=92 (12% of max value = 765). Red value is 37 (14.84% from 255 or 40.22% from 92); Green value is 27 (10.94% from 255 or 29.35% from 92); Blue value is 28 (11.33% from 255 or 30.43% from 92); Max value from RGB is 37 - color contains mainly: red. Hex color #251B1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251B1C is #DAE4E3. Grayscale: #1E1E1E. Windows color (decimal): -14345444 or 1841957. OLE color: 1841957.

HSL color Cylindrical-coordinate representation of color #251B1C: hue angle of 354º degrees, saturation: 0.16, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #251B1C is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.85.

Color convert

RGB372728-
CMYK00.270.240.85
HSL354º15.63%12.55%-
HSV(B)354º27.03%14.51%-
XYZ1.361.261.27-
YUV30.1126.81132.92-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 40.22%
GREEN value IS 27 (10.94% from 255) = 29.35%
BLUE value IS 28 (11.33% from 255) = 30.43%
R=40.22%
G=29.35%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.24
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37272800.270.240.8535415.6312.55
Hex251B1C01B185516210d
Octal453334033301255422015
Binary1001011101111100011011110001010101101100010100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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