#27000A

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

Shades of Rustic Red #27000A

Tints of Rustic Red #27000A

Color information

#27000A (or 0x27000A) is unknown color: approx Rustic Red. HEX triplet: 27, 00 and 0A. RGB value is (39,0,10). Sum of RGB (Red+Green+Blue) = 39+0+10=49 (6% of max value = 765). Red value is 39 (15.62% from 255 or 79.59% from 49); Green value is 0 (0.39% from 255 or 0% from 49); Blue value is 10 (4.30% from 255 or 20.41% from 49); Max value from RGB is 39 - color contains mainly: red. Hex color #27000A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #27000A is #D8FFF5. Grayscale: #0C0C0C. Windows color (decimal): -14221302 or 655399. OLE color: 655399.

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

Color convert

RGB39010-
CMYK010.740.85
HSL344.62º100%7.65%-
HSV(B)344.62º100%15.29%-
XYZ0.890.450.33-
YUV12.8126.42146.69-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 79.59%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 10 (4.30% from 255) = 20.41%
R=79.59%
G=0%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.74
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39010010.740.85344.621007.65
Hex270A0644A55159648
Octal47012014411212553114410
Binary10011101010011001001001010101010110101100111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27000A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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