Html Css Color HEX #271318 Rustic Red

📋 copy color: '#271318'

red 39 ◦ green 19 ◦ blue 24

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

Shades of Rustic Red #271318

Tints of Rustic Red #271318

RGB

 RED value IS 39 (15.63% 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 value IS 0

 M value IS 0.51

 Y value IS 0.38

 K value IS 0.85

RGB Variations

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

Color information

#271318 (or 0x271318) is known color: 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

RGB 39 19 24 -
CMYK 0 0.51 0.38 0.85
HSL 345º 0.34% 0.11% -
HSV(B) 345º 0.51% 0.15% -
XYZ 1.23 0.96 0.98 -
YUV 25.55 127.13 137.59 -
System Red Green Blue C M Y K H S L
Decimal 39 19 24 0 0.51 0.38 0.85 345 0.34 0.11
Hex 27 13 18 0 33 26 55 159 22 B
Octal 47 23 30 0 63 46 125 531 42 13
Binary 100111 10011 11000 0 110011 100110 1010101 101011001 100010 1011

Color Harmonies of #271318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271318

Black with #271318

Text Example


Text Example

White with #271318

Text Example


Text Example

HTML Codes & Css Web 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>