Html Css Color HEX #271218 Rustic Red

📋 copy color: '#271218'

red 39 ◦ green 18 ◦ blue 24

#271218
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rustic Red #271218

Tints of Rustic Red #271218

RGB

 RED value IS 39 (15.63% from 255) = 48.15%

 GREEN value IS 18 (7.42% from 255) = 22.22%

 BLUE value IS 24 (9.77% from 255) = 29.63%

R = 48.15%
G = 22.22%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.38

 K value IS 0.85

RGB Variations

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

Color information

#271218 (or 0x271218) is known color: Rustic Red. HEX triplet: 27, 12 and 18. RGB value is (39,18,24). Sum of RGB (Red+Green+Blue) = 39+18+24=81 (10% of max value = 765). Red value is 39 (15.62% from 255 or 48.15% from 81); Green value is 18 (7.42% from 255 or 22.22% from 81); Blue value is 24 (9.77% from 255 or 29.63% from 81); Max value from RGB is 39 - color contains mainly: red. Hex color #271218 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271218 is #D8EDE7. Grayscale: #181818. Windows color (decimal): -14216680 or 1577511. OLE color: 1577511.

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

Color convert

RGB 39 18 24 -
CMYK 0 0.54 0.38 0.85
HSL 342.86º 0.37% 0.11% -
HSV(B) 342.86º 0.54% 0.15% -
XYZ 1.22 0.93 0.98 -
YUV 24.96 127.46 138.01 -
System Red Green Blue C M Y K H S L
Decimal 39 18 24 0 0.54 0.38 0.85 342.86 0.37 0.11
Hex 27 12 18 0 36 26 55 157 25 B
Octal 47 22 30 0 66 46 125 527 45 13
Binary 100111 10010 11000 0 110110 100110 1010101 101010111 100101 1011

Color Harmonies of #271218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271218

Black with #271218

Text Example


Text Example

White with #271218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271218; }

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

 H1.HeaderClassName
 {
   color: #271218;
 }
 .AnyTagClassName
 {
   color: #271218;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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