#271012

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

Shades of Rustic Red #271012

Tints of Rustic Red #271012

Color information

#271012 (or 0x271012) is unknown color: approx Rustic Red. HEX triplet: 27, 10 and 12. RGB value is (39,16,18). Sum of RGB (Red+Green+Blue) = 39+16+18=73 (9% of max value = 765). Red value is 39 (15.62% from 255 or 53.42% from 73); Green value is 16 (6.64% from 255 or 21.92% from 73); Blue value is 18 (7.42% from 255 or 24.66% from 73); Max value from RGB is 39 - color contains mainly: red. Hex color #271012 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271012 is #D8EFED. Grayscale: #171717. Windows color (decimal): -14217198 or 1183783. OLE color: 1183783.

HSL color Cylindrical-coordinate representation of color #271012: hue angle of 354.78º degrees, saturation: 0.42, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #271012 is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.85.

Color convert

RGB391618-
CMYK00.590.540.85
HSL354.78º41.82%10.78%-
HSV(B)354.78º58.97%15.29%-
XYZ1.130.850.68-
YUV23.1125.12139.34-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 53.42%
GREEN value IS 16 (6.64% from 255) = 21.92%
BLUE value IS 18 (7.42% from 255) = 24.66%
R=53.42%
G=21.92%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.54
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39161800.590.540.85354.7841.8210.78
Hex27101203B36551632ab
Octal472022073661255435213
Binary1001111000010010011101111011010101011011000111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271012; }

 p { color: rgb(39,16,18); }

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

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

 a { background-color: rgb(39,16,18); }

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

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

 span { border-color: rgb(39,16,18); }

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