#27141A

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

Shades of Rustic Red #27141A

Tints of Rustic Red #27141A

Color information

#27141A (or 0x27141A) is unknown color: approx Rustic Red. HEX triplet: 27, 14 and 1A. RGB value is (39,20,26). Sum of RGB (Red+Green+Blue) = 39+20+26=85 (11% of max value = 765). Red value is 39 (15.62% from 255 or 45.88% from 85); Green value is 20 (8.20% from 255 or 23.53% from 85); Blue value is 26 (10.55% from 255 or 30.59% from 85); Max value from RGB is 39 - color contains mainly: red. Hex color #27141A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27141A is #D8EBE5. Grayscale: #1A1A1A. Windows color (decimal): -14216166 or 1709095. OLE color: 1709095.

HSL color Cylindrical-coordinate representation of color #27141A: hue angle of 341.05º degrees, saturation: 0.32, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #27141A is Cyan = 0, Magento = 0.49, Yellow = 0.33 and Black (K on CMYK) = 0.85.

Color convert

RGB392026-
CMYK00.490.330.85
HSL341.05º32.2%11.57%-
HSV(B)341.05º48.72%15.29%-
XYZ1.271.011.1-
YUV26.36127.79137.01-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 45.88%
GREEN value IS 20 (8.20% from 255) = 23.53%
BLUE value IS 26 (10.55% from 255) = 30.59%
R=45.88%
G=23.53%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.33
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39202600.490.330.85341.0532.211.57
Hex27141A031215515520c
Octal472432061411255254014
Binary1001111010011010011000110000110101011010101011000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27141A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27141A; }

 p { color: rgb(39,20,26); }

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

<style>
 a { background-color: #27141A; }

 a { background-color: rgb(39,20,26); }

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

<style>
 span { border-color: #27141A; }

 span { border-color: rgb(39,20,26); }

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