#27050D

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

Shades of Rustic Red #27050D

Tints of Rustic Red #27050D

Color information

#27050D (or 0x27050D) is unknown color: approx Rustic Red. HEX triplet: 27, 05 and 0D. RGB value is (39,5,13). Sum of RGB (Red+Green+Blue) = 39+5+13=57 (7% of max value = 765). Red value is 39 (15.62% from 255 or 68.42% from 57); Green value is 5 (2.34% from 255 or 8.77% from 57); Blue value is 13 (5.47% from 255 or 22.81% from 57); Max value from RGB is 39 - color contains mainly: red. Hex color #27050D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #27050D is #D8FAF2. Grayscale: #101010. Windows color (decimal): -14220019 or 853287. OLE color: 853287.

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

Color convert

RGB39513-
CMYK00.870.670.85
HSL345.88º77.27%8.63%-
HSV(B)345.88º87.18%15.29%-
XYZ0.960.570.44-
YUV16.08126.26144.35-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 68.42%
GREEN value IS 5 (2.34% from 255) = 8.77%
BLUE value IS 13 (5.47% from 255) = 22.81%
R=68.42%
G=8.77%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.67
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3951300.870.670.85345.8877.278.63
Hex275D057435515a4d9
Octal47515012710312553211511
Binary1001111011101010101111000011101010110101101010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27050D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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