#27050B

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

Shades of Rustic Red #27050B

Tints of Rustic Red #27050B

Color information

#27050B (or 0x27050B) is unknown color: approx Rustic Red. HEX triplet: 27, 05 and 0B. RGB value is (39,5,11). Sum of RGB (Red+Green+Blue) = 39+5+11=55 (7% of max value = 765). Red value is 39 (15.62% from 255 or 70.91% from 55); Green value is 5 (2.34% from 255 or 9.09% from 55); Blue value is 11 (4.69% from 255 or 20% from 55); Max value from RGB is 39 - color contains mainly: red. Hex color #27050B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #27050B is #D8FAF4. Grayscale: #0F0F0F. Windows color (decimal): -14220021 or 722215. OLE color: 722215.

HSL color Cylindrical-coordinate representation of color #27050B: hue angle of 349.41º degrees, saturation: 0.77, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #27050B is Cyan = 0, Magento = 0.87, Yellow = 0.72 and Black (K on CMYK) = 0.85.

Color convert

RGB39511-
CMYK00.870.720.85
HSL349.41º77.27%8.63%-
HSV(B)349.41º87.18%15.29%-
XYZ0.950.560.38-
YUV15.85125.26144.51-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 70.91%
GREEN value IS 5 (2.34% from 255) = 9.09%
BLUE value IS 11 (4.69% from 255) = 20%
R=70.91%
G=9.09%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.72
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3951100.870.720.85349.4177.278.63
Hex275B057485515d4d9
Octal47513012711012553511511
Binary1001111011011010101111001000101010110101110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27050B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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