#271318

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

Shades of Rustic Red #271318

Tints of Rustic Red #271318

Color information

#271318 (or 0x271318) is unknown color: approx Rustic Red. HEX triplet: 27, 13 and 18. RGB value is (39,19,24). Sum of RGB (Red+Green+Blue) = 39+19+24=82 (10% of max value = 765). Red value is 39 (15.62% from 255 or 47.56% from 82); Green value is 19 (7.81% from 255 or 23.17% from 82); Blue value is 24 (9.77% from 255 or 29.27% from 82); Max value from RGB is 39 - color contains mainly: red. Hex color #271318 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271318 is #D8ECE7. Grayscale: #191919. Windows color (decimal): -14216424 or 1577767. OLE color: 1577767.

HSL color Cylindrical-coordinate representation of color #271318: hue angle of 345º degrees, saturation: 0.34, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #271318 is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.85.

Color convert

RGB391924-
CMYK00.510.380.85
HSL345º34.48%11.37%-
HSV(B)345º51.28%15.29%-
XYZ1.230.960.98-
YUV25.55127.13137.59-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 47.56%
GREEN value IS 19 (7.81% from 255) = 23.17%
BLUE value IS 24 (9.77% from 255) = 29.27%
R=47.56%
G=23.17%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.38
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39192400.510.380.8534534.4811.37
Hex271318033265515922b
Octal472330063461255314213
Binary1001111001111000011001110011010101011010110011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271318; }

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

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

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

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

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

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

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

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