#270D18

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

Shades of Rustic Red #270D18

Tints of Rustic Red #270D18

Color information

#270D18 (or 0x270D18) is unknown color: approx Rustic Red. HEX triplet: 27, 0D and 18. RGB value is (39,13,24). Sum of RGB (Red+Green+Blue) = 39+13+24=76 (10% of max value = 765). Red value is 39 (15.62% from 255 or 51.32% from 76); Green value is 13 (5.47% from 255 or 17.11% from 76); Blue value is 24 (9.77% from 255 or 31.58% from 76); Max value from RGB is 39 - color contains mainly: red. Hex color #270D18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270D18 is #D8F2E7. Grayscale: #161616. Windows color (decimal): -14217960 or 1576231. OLE color: 1576231.

HSL color Cylindrical-coordinate representation of color #270D18: hue angle of 334.62º 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 #270D18 is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.85.

Color convert

RGB391324-
CMYK00.670.380.85
HSL334.62º50%10.2%-
HSV(B)334.62º66.67%15.29%-
XYZ1.150.790.96-
YUV22.03129.11140.11-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 51.32%
GREEN value IS 13 (5.47% from 255) = 17.11%
BLUE value IS 24 (9.77% from 255) = 31.58%
R=51.32%
G=17.11%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.38
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39132400.670.380.85334.625010.2
Hex27D18043265514f32a
Octal4715300103461255176212
Binary1001111101110000100001110011010101011010011111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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