Html Css Color HEX #271213 Rustic Red

📋 copy color: '#271213'

red 39 ◦ green 18 ◦ blue 19

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

Shades of Rustic Red #271213

Tints of Rustic Red #271213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 25%

R = 51.32%
G = 23.68%
B = 25%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.51

 K value IS 0.85

RGB Variations

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

Color information

#271213 (or 0x271213) is known color: Rustic Red. HEX triplet: 27, 12 and 13. RGB value is (39,18,19). Sum of RGB (Red+Green+Blue) = 39+18+19=76 (10% of max value = 765). Red value is 39 (15.62% from 255 or 51.32% from 76); Green value is 18 (7.42% from 255 or 23.68% from 76); Blue value is 19 (7.81% from 255 or 25% from 76); Max value from RGB is 39 - color contains mainly: red. Hex color #271213 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271213 is #D8EDEC. Grayscale: #181818. Windows color (decimal): -14216685 or 1249831. OLE color: 1249831.

HSL color Cylindrical-coordinate representation of color #271213: hue angle of 357.14º 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 #271213 is Cyan = 0, Magento = 0.54, Yellow = 0.51 and Black (K on CMYK) = 0.85.

Color convert

RGB 39 18 19 -
CMYK 0 0.54 0.51 0.85
HSL 357.14º 0.37% 0.11% -
HSV(B) 357.14º 0.54% 0.15% -
XYZ 1.17 0.91 0.73 -
YUV 24.39 124.96 138.42 -
System Red Green Blue C M Y K H S L
Decimal 39 18 19 0 0.54 0.51 0.85 357.14 0.37 0.11
Hex 27 12 13 0 36 33 55 165 25 B
Octal 47 22 23 0 66 63 125 545 45 13
Binary 100111 10010 10011 0 110110 110011 1010101 101100101 100101 1011

Color Harmonies of #271213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271213

Black with #271213

Text Example


Text Example

White with #271213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271213; }

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

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

background-color css

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

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

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

border-color css

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

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

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