#27010D

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

Shades of Rustic Red #27010D

Tints of Rustic Red #27010D

Color information

#27010D (or 0x27010D) is unknown color: approx Rustic Red. HEX triplet: 27, 01 and 0D. RGB value is (39,1,13). Sum of RGB (Red+Green+Blue) = 39+1+13=53 (7% of max value = 765). Red value is 39 (15.62% from 255 or 73.58% from 53); Green value is 1 (0.78% from 255 or 1.89% from 53); Blue value is 13 (5.47% from 255 or 24.53% from 53); Max value from RGB is 39 - color contains mainly: red. Hex color #27010D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #27010D is #D8FEF2. Grayscale: #0D0D0D. Windows color (decimal): -14221043 or 852263. OLE color: 852263.

HSL color Cylindrical-coordinate representation of color #27010D: hue angle of 341.05º 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 #27010D is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.85.

Color convert

RGB39113-
CMYK00.970.670.85
HSL341.05º95%7.84%-
HSV(B)341.05º97.44%15.29%-
XYZ0.920.480.43-
YUV13.73127.59146.02-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 73.58%
GREEN value IS 1 (0.78% from 255) = 1.89%
BLUE value IS 13 (5.47% from 255) = 24.53%
R=73.58%
G=1.89%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.67
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3911300.970.670.85341.05957.84
Hex271D06143551555f8
Octal47115014110312552513710
Binary10011111101011000011000011101010110101010110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27010D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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