#27040A

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

Shades of Rustic Red #27040A

Tints of Rustic Red #27040A

Color information

#27040A (or 0x27040A) is unknown color: approx Rustic Red. HEX triplet: 27, 04 and 0A. RGB value is (39,4,10). Sum of RGB (Red+Green+Blue) = 39+4+10=53 (7% of max value = 765). Red value is 39 (15.62% from 255 or 73.58% from 53); Green value is 4 (1.95% from 255 or 7.55% from 53); Blue value is 10 (4.30% from 255 or 18.87% from 53); Max value from RGB is 39 - color contains mainly: red. Hex color #27040A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #27040A is #D8FBF5. Grayscale: #0F0F0F. Windows color (decimal): -14220278 or 656423. OLE color: 656423.

HSL color Cylindrical-coordinate representation of color #27040A: hue angle of 349.71º degrees, saturation: 0.81, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #27040A is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.85.

Color convert

RGB39410-
CMYK00.900.740.85
HSL349.71º81.4%8.43%-
HSV(B)349.71º89.74%15.29%-
XYZ0.930.540.34-
YUV15.15125.1145.01-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 73.58%
GREEN value IS 4 (1.95% from 255) = 7.55%
BLUE value IS 10 (4.30% from 255) = 18.87%
R=73.58%
G=7.55%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.74
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3941000.900.740.85349.7181.48.43
Hex274A05A4A5515e518
Octal47412013211212553612110
Binary1001111001010010110101001010101010110101111010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27040A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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