#27010C

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

Shades of Rustic Red #27010C

Tints of Rustic Red #27010C

Color information

#27010C (or 0x27010C) is unknown color: approx Rustic Red. HEX triplet: 27, 01 and 0C. RGB value is (39,1,12). Sum of RGB (Red+Green+Blue) = 39+1+12=52 (6% of max value = 765). Red value is 39 (15.62% from 255 or 75% from 52); Green value is 1 (0.78% from 255 or 1.92% from 52); Blue value is 12 (5.08% from 255 or 23.08% from 52); Max value from RGB is 39 - color contains mainly: red. Hex color #27010C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #27010C is #D8FEF3. Grayscale: #0D0D0D. Windows color (decimal): -14221044 or 786727. OLE color: 786727.

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

Color convert

RGB39112-
CMYK00.970.690.85
HSL342.63º95%7.84%-
HSV(B)342.63º97.44%15.29%-
XYZ0.910.480.39-
YUV13.62127.09146.11-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 75%
GREEN value IS 1 (0.78% from 255) = 1.92%
BLUE value IS 12 (5.08% from 255) = 23.08%
R=75%
G=1.92%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.69
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3911200.970.690.85342.63957.84
Hex271C06145551575f8
Octal47114014110512552713710
Binary10011111100011000011000101101010110101011110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27010C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27010C; }

 p { color: rgb(39,1,12); }

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

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

 a { background-color: rgb(39,1,12); }

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

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

 span { border-color: rgb(39,1,12); }

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