#270D16

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

Shades of Rustic Red #270D16

Tints of Rustic Red #270D16

Color information

#270D16 (or 0x270D16) is unknown color: approx Rustic Red. HEX triplet: 27, 0D and 16. RGB value is (39,13,22). Sum of RGB (Red+Green+Blue) = 39+13+22=74 (9% of max value = 765). Red value is 39 (15.62% from 255 or 52.70% from 74); Green value is 13 (5.47% from 255 or 17.57% from 74); Blue value is 22 (8.98% from 255 or 29.73% from 74); Max value from RGB is 39 - color contains mainly: red. Hex color #270D16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270D16 is #D8F2E9. Grayscale: #151515. Windows color (decimal): -14217962 or 1445159. OLE color: 1445159.

HSL color Cylindrical-coordinate representation of color #270D16: hue angle of 339.23º degrees, saturation: 0.5, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #270D16 is Cyan = 0, Magento = 0.67, Yellow = 0.44 and Black (K on CMYK) = 0.85.

Color convert

RGB391322-
CMYK00.670.440.85
HSL339.23º50%10.2%-
HSV(B)339.23º66.67%15.29%-
XYZ1.130.780.85-
YUV21.8128.11140.27-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 52.70%
GREEN value IS 13 (5.47% from 255) = 17.57%
BLUE value IS 22 (8.98% from 255) = 29.73%
R=52.70%
G=17.57%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.44
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39132200.670.440.85339.235010.2
Hex27D160432C5515332a
Octal4715260103541255236212
Binary1001111101101100100001110110010101011010100111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270D16; }

 p { color: rgb(39,13,22); }

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

<style>
 a { background-color: #270D16; }

 a { background-color: rgb(39,13,22); }

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

<style>
 span { border-color: #270D16; }

 span { border-color: rgb(39,13,22); }

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