#270211

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

Shades of Rustic Red #270211

Tints of Rustic Red #270211

Color information

#270211 (or 0x270211) is unknown color: approx Rustic Red. HEX triplet: 27, 02 and 11. RGB value is (39,2,17). Sum of RGB (Red+Green+Blue) = 39+2+17=58 (7% of max value = 765). Red value is 39 (15.62% from 255 or 67.24% from 58); Green value is 2 (1.17% from 255 or 3.45% from 58); Blue value is 17 (7.03% from 255 or 29.31% from 58); Max value from RGB is 39 - color contains mainly: red. Hex color #270211 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270211 is #D8FDEE. Grayscale: #0E0E0E. Windows color (decimal): -14220783 or 1114663. OLE color: 1114663.

HSL color Cylindrical-coordinate representation of color #270211: hue angle of 335.68º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #270211 is Cyan = 0, Magento = 0.95, Yellow = 0.56 and Black (K on CMYK) = 0.85.

Color convert

RGB39217-
CMYK00.950.560.85
HSL335.68º90.24%8.04%-
HSV(B)335.68º94.87%15.29%-
XYZ0.960.520.58-
YUV14.77129.26145.28-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 67.24%
GREEN value IS 2 (1.17% from 255) = 3.45%
BLUE value IS 17 (7.03% from 255) = 29.31%
R=67.24%
G=3.45%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.56
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3921700.950.560.85335.6890.248.04
Hex2721105F38551505a8
Octal4722101377012552013210
Binary100111101000101011111111000101010110101000010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270211; }

 p { color: rgb(39,2,17); }

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

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

 a { background-color: rgb(39,2,17); }

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

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

 span { border-color: rgb(39,2,17); }

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