#27020D

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

Shades of Rustic Red #27020D

Tints of Rustic Red #27020D

Color information

#27020D (or 0x27020D) is unknown color: approx Rustic Red. HEX triplet: 27, 02 and 0D. RGB value is (39,2,13). Sum of RGB (Red+Green+Blue) = 39+2+13=54 (7% of max value = 765). Red value is 39 (15.62% from 255 or 72.22% from 54); Green value is 2 (1.17% from 255 or 3.70% from 54); Blue value is 13 (5.47% from 255 or 24.07% from 54); Max value from RGB is 39 - color contains mainly: red. Hex color #27020D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #27020D is #D8FDF2. Grayscale: #0E0E0E. Windows color (decimal): -14220787 or 852519. OLE color: 852519.

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

Color convert

RGB39213-
CMYK00.950.670.85
HSL342.16º90.24%8.04%-
HSV(B)342.16º94.87%15.29%-
XYZ0.930.50.43-
YUV14.32127.26145.61-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 72.22%
GREEN value IS 2 (1.17% from 255) = 3.70%
BLUE value IS 13 (5.47% from 255) = 24.07%
R=72.22%
G=3.70%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.67
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3921300.950.670.85342.1690.248.04
Hex272D05F43551565a8
Octal47215013710312552613210
Binary100111101101010111111000011101010110101011010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27020D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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