#27050C

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

Shades of Rustic Red #27050C

Tints of Rustic Red #27050C

Color information

#27050C (or 0x27050C) is unknown color: approx Rustic Red. HEX triplet: 27, 05 and 0C. RGB value is (39,5,12). Sum of RGB (Red+Green+Blue) = 39+5+12=56 (7% of max value = 765). Red value is 39 (15.62% from 255 or 69.64% from 56); Green value is 5 (2.34% from 255 or 8.93% from 56); Blue value is 12 (5.08% from 255 or 21.43% from 56); Max value from RGB is 39 - color contains mainly: red. Hex color #27050C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #27050C is #D8FAF3. Grayscale: #0F0F0F. Windows color (decimal): -14220020 or 787751. OLE color: 787751.

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

Color convert

RGB39512-
CMYK00.870.690.85
HSL347.65º77.27%8.63%-
HSV(B)347.65º87.18%15.29%-
XYZ0.960.570.41-
YUV15.96125.76144.43-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 69.64%
GREEN value IS 5 (2.34% from 255) = 8.93%
BLUE value IS 12 (5.08% from 255) = 21.43%
R=69.64%
G=8.93%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.69
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3951200.870.690.85347.6577.278.63
Hex275C057455515c4d9
Octal47514012710512553411511
Binary1001111011100010101111000101101010110101110010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27050C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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