#27000B

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

Shades of Rustic Red #27000B

Tints of Rustic Red #27000B

Color information

#27000B (or 0x27000B) is unknown color: approx Rustic Red. HEX triplet: 27, 00 and 0B. RGB value is (39,0,11). Sum of RGB (Red+Green+Blue) = 39+0+11=50 (6% of max value = 765). Red value is 39 (15.62% from 255 or 78% from 50); Green value is 0 (0.39% from 255 or 0% from 50); Blue value is 11 (4.69% from 255 or 22% from 50); Max value from RGB is 39 - color contains mainly: red. Hex color #27000B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #27000B is #D8FFF4. Grayscale: #0C0C0C. Windows color (decimal): -14221301 or 720935. OLE color: 720935.

HSL color Cylindrical-coordinate representation of color #27000B: hue angle of 343.08º 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 #27000B is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.85.

Color convert

RGB39011-
CMYK010.720.85
HSL343.08º100%7.65%-
HSV(B)343.08º100%15.29%-
XYZ0.90.460.36-
YUV12.92126.92146.61-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 78%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 11 (4.69% from 255) = 22%
R=78%
G=0%
B=22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.72
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39011010.720.85343.081007.65
Hex270B0644855157648
Octal47013014411012552714410
Binary10011101011011001001001000101010110101011111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27000B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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