Html Css Color HEX #271718 Rustic Red

📋 copy color: '#271718'

red 39 ◦ green 23 ◦ blue 24

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

Shades of Rustic Red #271718

Tints of Rustic Red #271718

RGB

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

 GREEN value IS 23 (9.38% from 255) = 26.74%

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

R = 45.35%
G = 26.74%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.38

 K value IS 0.85

RGB Variations

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

Color information

#271718 (or 0x271718) is known color: Rustic Red. HEX triplet: 27, 17 and 18. RGB value is (39,23,24). Sum of RGB (Red+Green+Blue) = 39+23+24=86 (11% of max value = 765). Red value is 39 (15.62% from 255 or 45.35% from 86); Green value is 23 (9.38% from 255 or 26.74% from 86); Blue value is 24 (9.77% from 255 or 27.91% from 86); Max value from RGB is 39 - color contains mainly: red. Hex color #271718 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271718 is #D8E8E7. Grayscale: #1B1B1B. Windows color (decimal): -14215400 or 1578791. OLE color: 1578791.

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

Color convert

RGB 39 23 24 -
CMYK 0 0.41 0.38 0.85
HSL 356.25º 0.26% 0.12% -
HSV(B) 356.25º 0.41% 0.15% -
XYZ 1.31 1.11 1.01 -
YUV 27.9 125.8 135.92 -
System Red Green Blue C M Y K H S L
Decimal 39 23 24 0 0.41 0.38 0.85 356.25 0.26 0.12
Hex 27 17 18 0 29 26 55 164 1A C
Octal 47 27 30 0 51 46 125 544 32 14
Binary 100111 10111 11000 0 101001 100110 1010101 101100100 11010 1100

Color Harmonies of #271718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271718

Black with #271718

Text Example


Text Example

White with #271718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271718; }

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

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

background-color css

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

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

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

border-color css

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

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

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