#27000C

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

Shades of Rustic Red #27000C

Tints of Rustic Red #27000C

Color information

#27000C (or 0x27000C) is unknown color: approx Rustic Red. HEX triplet: 27, 00 and 0C. RGB value is (39,0,12). Sum of RGB (Red+Green+Blue) = 39+0+12=51 (6% of max value = 765). Red value is 39 (15.62% from 255 or 76.47% from 51); Green value is 0 (0.39% from 255 or 0% from 51); Blue value is 12 (5.08% from 255 or 23.53% from 51); Max value from RGB is 39 - color contains mainly: red. Hex color #27000C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #27000C is #D8FFF3. Grayscale: #0D0D0D. Windows color (decimal): -14221300 or 786471. OLE color: 786471.

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

Color convert

RGB39012-
CMYK010.690.85
HSL341.54º100%7.65%-
HSV(B)341.54º100%15.29%-
XYZ0.90.460.39-
YUV13.03127.42146.52-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 76.47%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 12 (5.08% from 255) = 23.53%
R=76.47%
G=0%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.69
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39012010.690.85341.541007.65
Hex270C0644555156648
Octal47014014410512552614410
Binary10011101100011001001000101101010110101011011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27000C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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