#27161B

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

Shades of Rustic Red #27161B

Tints of Rustic Red #27161B

Color information

#27161B (or 0x27161B) is unknown color: approx Rustic Red. HEX triplet: 27, 16 and 1B. RGB value is (39,22,27). Sum of RGB (Red+Green+Blue) = 39+22+27=88 (11% of max value = 765). Red value is 39 (15.62% from 255 or 44.32% from 88); Green value is 22 (8.98% from 255 or 25% from 88); Blue value is 27 (10.94% from 255 or 30.68% from 88); Max value from RGB is 39 - color contains mainly: red. Hex color #27161B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27161B is #D8E9E4. Grayscale: #1B1B1B. Windows color (decimal): -14215653 or 1775143. OLE color: 1775143.

HSL color Cylindrical-coordinate representation of color #27161B: hue angle of 342.35º degrees, saturation: 0.28, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #27161B is Cyan = 0, Magento = 0.44, Yellow = 0.31 and Black (K on CMYK) = 0.85.

Color convert

RGB392227-
CMYK00.440.310.85
HSL342.35º27.87%11.96%-
HSV(B)342.35º43.59%15.29%-
XYZ1.321.081.18-
YUV27.65127.63136.09-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 44.32%
GREEN value IS 22 (8.98% from 255) = 25%
BLUE value IS 27 (10.94% from 255) = 30.68%
R=44.32%
G=25%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.31
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39222700.440.310.85342.3527.8711.96
Hex27161B02C1F551561cc
Octal472633054371255263414
Binary10011110110110110101100111111010101101010110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27161B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27161B; }

 p { color: rgb(39,22,27); }

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

<style>
 a { background-color: #27161B; }

 a { background-color: rgb(39,22,27); }

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

<style>
 span { border-color: #27161B; }

 span { border-color: rgb(39,22,27); }

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