Html Css Color HEX #271819 Rustic Red

📋 copy color: '#271819'

red 39 ◦ green 24 ◦ blue 25

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

Shades of Rustic Red #271819

Tints of Rustic Red #271819

RGB

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

 GREEN value IS 24 (9.77% from 255) = 27.27%

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

R = 44.32%
G = 27.27%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.36

 K value IS 0.85

RGB Variations

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

Color information

#271819 (or 0x271819) is known color: Rustic Red. HEX triplet: 27, 18 and 19. RGB value is (39,24,25). Sum of RGB (Red+Green+Blue) = 39+24+25=88 (11% of max value = 765). Red value is 39 (15.62% from 255 or 44.32% from 88); Green value is 24 (9.77% from 255 or 27.27% from 88); Blue value is 25 (10.16% from 255 or 28.41% from 88); Max value from RGB is 39 - color contains mainly: red. Hex color #271819 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271819 is #D8E7E6. Grayscale: #1C1C1C. Windows color (decimal): -14215143 or 1644583. OLE color: 1644583.

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

Color convert

RGB 39 24 25 -
CMYK 0 0.38 0.36 0.85
HSL 356º 0.24% 0.12% -
HSV(B) 356º 0.38% 0.15% -
XYZ 1.34 1.15 1.07 -
YUV 28.6 125.97 135.42 -
System Red Green Blue C M Y K H S L
Decimal 39 24 25 0 0.38 0.36 0.85 356 0.24 0.12
Hex 27 18 19 0 26 24 55 164 18 C
Octal 47 30 31 0 46 44 125 544 30 14
Binary 100111 11000 11001 0 100110 100100 1010101 101100100 11000 1100

Color Harmonies of #271819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271819

Black with #271819

Text Example


Text Example

White with #271819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271819; }

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

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

background-color css

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

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

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

border-color css

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

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

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