Html Css Color HEX #271118 Rustic Red

📋 copy color: '#271118'

red 39 ◦ green 17 ◦ blue 24

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

Shades of Rustic Red #271118

Tints of Rustic Red #271118

RGB

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

 GREEN value IS 17 (7.03% from 255) = 21.25%

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

R = 48.75%
G = 21.25%
B = 30%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.38

 K value IS 0.85

RGB Variations

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

Color information

#271118 (or 0x271118) is known color: Rustic Red. HEX triplet: 27, 11 and 18. RGB value is (39,17,24). Sum of RGB (Red+Green+Blue) = 39+17+24=80 (10% of max value = 765). Red value is 39 (15.62% from 255 or 48.75% from 80); Green value is 17 (7.03% from 255 or 21.25% from 80); Blue value is 24 (9.77% from 255 or 30% from 80); Max value from RGB is 39 - color contains mainly: red. Hex color #271118 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271118 is #D8EEE7. Grayscale: #181818. Windows color (decimal): -14216936 or 1577255. OLE color: 1577255.

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

Color convert

RGB 39 17 24 -
CMYK 0 0.56 0.38 0.85
HSL 340.91º 0.39% 0.11% -
HSV(B) 340.91º 0.56% 0.15% -
XYZ 1.2 0.9 0.97 -
YUV 24.38 127.79 138.43 -
System Red Green Blue C M Y K H S L
Decimal 39 17 24 0 0.56 0.38 0.85 340.91 0.39 0.11
Hex 27 11 18 0 38 26 55 155 27 B
Octal 47 21 30 0 70 46 125 525 47 13
Binary 100111 10001 11000 0 111000 100110 1010101 101010101 100111 1011

Color Harmonies of #271118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271118

Black with #271118

Text Example


Text Example

White with #271118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271118; }

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

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

background-color css

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

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

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

border-color css

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

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

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