Html Css Color HEX #271417 Rustic Red

📋 copy color: '#271417'

red 39 ◦ green 20 ◦ blue 23

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

Shades of Rustic Red #271417

Tints of Rustic Red #271417

RGB

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

 GREEN value IS 20 (8.2% from 255) = 24.39%

 BLUE value IS 23 (9.38% from 255) = 28.05%

R = 47.56%
G = 24.39%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.41

 K value IS 0.85

RGB Variations

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

Color information

#271417 (or 0x271417) is known color: Rustic Red. HEX triplet: 27, 14 and 17. RGB value is (39,20,23). Sum of RGB (Red+Green+Blue) = 39+20+23=82 (10% of max value = 765). Red value is 39 (15.62% from 255 or 47.56% from 82); Green value is 20 (8.20% from 255 or 24.39% from 82); Blue value is 23 (9.38% from 255 or 28.05% from 82); Max value from RGB is 39 - color contains mainly: red. Hex color #271417 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271417 is #D8EBE8. Grayscale: #1A1A1A. Windows color (decimal): -14216169 or 1512487. OLE color: 1512487.

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

Color convert

RGB 39 20 23 -
CMYK 0 0.49 0.41 0.85
HSL 350.53º 0.32% 0.12% -
HSV(B) 350.53º 0.49% 0.15% -
XYZ 1.24 0.99 0.94 -
YUV 26.02 126.29 137.26 -
System Red Green Blue C M Y K H S L
Decimal 39 20 23 0 0.49 0.41 0.85 350.53 0.32 0.12
Hex 27 14 17 0 31 29 55 15F 20 C
Octal 47 24 27 0 61 51 125 537 40 14
Binary 100111 10100 10111 0 110001 101001 1010101 101011111 100000 1100

Color Harmonies of #271417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271417

Black with #271417

Text Example


Text Example

White with #271417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271417; }

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

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

background-color css

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

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

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

border-color css

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

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

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