#251C1D

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

Shades of Rustic Red #251C1D

Tints of Rustic Red #251C1D

Color information

#251C1D (or 0x251C1D) is unknown color: approx Rustic Red. HEX triplet: 25, 1C and 1D. RGB value is (37,28,29). Sum of RGB (Red+Green+Blue) = 37+28+29=94 (12% of max value = 765). Red value is 37 (14.84% from 255 or 39.36% from 94); Green value is 28 (11.33% from 255 or 29.79% from 94); Blue value is 29 (11.72% from 255 or 30.85% from 94); Max value from RGB is 37 - color contains mainly: red. Hex color #251C1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251C1D is #DAE3E2. Grayscale: #1E1E1E. Windows color (decimal): -14345187 or 1907749. OLE color: 1907749.

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

Color convert

RGB372829-
CMYK00.240.220.85
HSL353.33º13.85%12.75%-
HSV(B)353.33º24.32%14.51%-
XYZ1.41.311.34-
YUV30.8126.98132.42-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 39.36%
GREEN value IS 28 (11.33% from 255) = 29.79%
BLUE value IS 29 (11.72% from 255) = 30.85%
R=39.36%
G=29.79%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.22
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37282900.240.220.85353.3313.8512.75
Hex251C1D0181655161ed
Octal453435030261255411615
Binary100101111001110101100010110101010110110000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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