#27070B

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

Shades of Rustic Red #27070B

Tints of Rustic Red #27070B

Color information

#27070B (or 0x27070B) is unknown color: approx Rustic Red. HEX triplet: 27, 07 and 0B. RGB value is (39,7,11). Sum of RGB (Red+Green+Blue) = 39+7+11=57 (7% of max value = 765). Red value is 39 (15.62% from 255 or 68.42% from 57); Green value is 7 (3.12% from 255 or 12.28% from 57); Blue value is 11 (4.69% from 255 or 19.30% from 57); Max value from RGB is 39 - color contains mainly: red. Hex color #27070B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #27070B is #D8F8F4. Grayscale: #111111. Windows color (decimal): -14219509 or 722727. OLE color: 722727.

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

Color convert

RGB39711-
CMYK00.820.720.85
HSL352.5º69.57%9.02%-
HSV(B)352.5º82.05%15.29%-
XYZ0.970.610.38-
YUV17.02124.6143.67-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 68.42%
GREEN value IS 7 (3.12% from 255) = 12.28%
BLUE value IS 11 (4.69% from 255) = 19.30%
R=68.42%
G=12.28%
B=19.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.72
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3971100.820.720.85352.569.579.02
Hex277B0524855160469
Octal47713012211012554010611
Binary1001111111011010100101001000101010110110000010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27070B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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