#271D1E

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

Shades of Rustic Red #271D1E

Tints of Rustic Red #271D1E

Color information

#271D1E (or 0x271D1E) is unknown color: approx Rustic Red. HEX triplet: 27, 1D and 1E. RGB value is (39,29,30). Sum of RGB (Red+Green+Blue) = 39+29+30=98 (12% of max value = 765). Red value is 39 (15.62% from 255 or 39.80% from 98); Green value is 29 (11.72% from 255 or 29.59% from 98); Blue value is 30 (12.11% from 255 or 30.61% from 98); Max value from RGB is 39 - color contains mainly: red. Hex color #271D1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271D1E is #D8E2E1. Grayscale: #202020. Windows color (decimal): -14213858 or 1973543. OLE color: 1973543.

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

Color convert

RGB392930-
CMYK00.260.230.85
HSL354º14.71%13.33%-
HSV(B)354º25.64%15.29%-
XYZ1.511.41.42-
YUV32.1126.81132.92-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 39.80%
GREEN value IS 29 (11.72% from 255) = 29.59%
BLUE value IS 30 (12.11% from 255) = 30.61%
R=39.80%
G=29.59%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.23
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39293000.260.230.8535414.7113.33
Hex271D1E01A1755162fd
Octal473536032271255421715
Binary100111111011111001101010111101010110110001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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