#271C1D

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

Shades of Rustic Red #271C1D

Tints of Rustic Red #271C1D

Color information

#271C1D (or 0x271C1D) is unknown color: approx Rustic Red. HEX triplet: 27, 1C and 1D. RGB value is (39,28,29). Sum of RGB (Red+Green+Blue) = 39+28+29=96 (12% of max value = 765). Red value is 39 (15.62% from 255 or 40.62% from 96); Green value is 28 (11.33% from 255 or 29.17% from 96); Blue value is 29 (11.72% from 255 or 30.21% from 96); Max value from RGB is 39 - color contains mainly: red. Hex color #271C1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271C1D is #D8E3E2. Grayscale: #1F1F1F. Windows color (decimal): -14214115 or 1907751. OLE color: 1907751.

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

Color convert

RGB392829-
CMYK00.280.260.85
HSL354.55º16.42%13.14%-
HSV(B)354.55º28.21%15.29%-
XYZ1.471.351.35-
YUV31.4126.64133.42-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 40.62%
GREEN value IS 28 (11.33% from 255) = 29.17%
BLUE value IS 29 (11.72% from 255) = 30.21%
R=40.62%
G=29.17%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.26
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39282900.280.260.85354.5516.4213.14
Hex271C1D01C1A5516310d
Octal473435034321255432015
Binary1001111110011101011100110101010101101100011100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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