#27010A

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

Shades of Rustic Red #27010A

Tints of Rustic Red #27010A

Color information

#27010A (or 0x27010A) is unknown color: approx Rustic Red. HEX triplet: 27, 01 and 0A. RGB value is (39,1,10). Sum of RGB (Red+Green+Blue) = 39+1+10=50 (6% of max value = 765). Red value is 39 (15.62% from 255 or 78% from 50); Green value is 1 (0.78% from 255 or 2% from 50); Blue value is 10 (4.30% from 255 or 20% from 50); Max value from RGB is 39 - color contains mainly: red. Hex color #27010A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #27010A is #D8FEF5. Grayscale: #0D0D0D. Windows color (decimal): -14221046 or 655655. OLE color: 655655.

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

Color convert

RGB39110-
CMYK00.970.740.85
HSL345.79º95%7.84%-
HSV(B)345.79º97.44%15.29%-
XYZ0.90.470.33-
YUV13.39126.09146.27-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 78%
GREEN value IS 1 (0.78% from 255) = 2%
BLUE value IS 10 (4.30% from 255) = 20%
R=78%
G=2%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.74
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3911000.970.740.85345.79957.84
Hex271A0614A5515a5f8
Octal47112014111212553213710
Binary10011111010011000011001010101010110101101010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27010A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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