#27020A

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

Shades of Rustic Red #27020A

Tints of Rustic Red #27020A

Color information

#27020A (or 0x27020A) is unknown color: approx Rustic Red. HEX triplet: 27, 02 and 0A. RGB value is (39,2,10). Sum of RGB (Red+Green+Blue) = 39+2+10=51 (6% of max value = 765). Red value is 39 (15.62% from 255 or 76.47% from 51); Green value is 2 (1.17% from 255 or 3.92% from 51); Blue value is 10 (4.30% from 255 or 19.61% from 51); Max value from RGB is 39 - color contains mainly: red. Hex color #27020A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #27020A is #D8FDF5. Grayscale: #0D0D0D. Windows color (decimal): -14220790 or 655911. OLE color: 655911.

HSL color Cylindrical-coordinate representation of color #27020A: hue angle of 347.03º 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 #27020A is Cyan = 0, Magento = 0.95, Yellow = 0.74 and Black (K on CMYK) = 0.85.

Color convert

RGB39210-
CMYK00.950.740.85
HSL347.03º90.24%8.04%-
HSV(B)347.03º94.87%15.29%-
XYZ0.910.50.33-
YUV13.98125.76145.85-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 76.47%
GREEN value IS 2 (1.17% from 255) = 3.92%
BLUE value IS 10 (4.30% from 255) = 19.61%
R=76.47%
G=3.92%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.74
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3921000.950.740.85347.0390.248.04
Hex272A05F4A5515b5a8
Octal47212013711212553313210
Binary100111101010010111111001010101010110101101110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27020A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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