Html Css Color HEX #271119 Rustic Red

📋 copy color: '#271119'

red 39 ◦ green 17 ◦ blue 25

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

Shades of Rustic Red #271119

Tints of Rustic Red #271119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 30.86%

R = 48.15%
G = 20.99%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.36

 K value IS 0.85

RGB Variations

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

Color information

#271119 (or 0x271119) is known color: Rustic Red. HEX triplet: 27, 11 and 19. RGB value is (39,17,25). Sum of RGB (Red+Green+Blue) = 39+17+25=81 (10% of max value = 765). Red value is 39 (15.62% from 255 or 48.15% from 81); Green value is 17 (7.03% from 255 or 20.99% from 81); Blue value is 25 (10.16% from 255 or 30.86% from 81); Max value from RGB is 39 - color contains mainly: red. Hex color #271119 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271119 is #D8EEE6. Grayscale: #181818. Windows color (decimal): -14216935 or 1642791. OLE color: 1642791.

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

Color convert

RGB 39 17 25 -
CMYK 0 0.56 0.36 0.85
HSL 338.18º 0.39% 0.11% -
HSV(B) 338.18º 0.56% 0.15% -
XYZ 1.21 0.9 1.03 -
YUV 24.49 128.29 138.35 -
System Red Green Blue C M Y K H S L
Decimal 39 17 25 0 0.56 0.36 0.85 338.18 0.39 0.11
Hex 27 11 19 0 38 24 55 152 27 B
Octal 47 21 31 0 70 44 125 522 47 13
Binary 100111 10001 11001 0 111000 100100 1010101 101010010 100111 1011

Color Harmonies of #271119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271119

Black with #271119

Text Example


Text Example

White with #271119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271119; }

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

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

background-color css

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

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

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

border-color css

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

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

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