Html Css Color HEX #271013 Rustic Red

📋 copy color: '#271013'

red 39 ◦ green 16 ◦ blue 19

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

Shades of Rustic Red #271013

Tints of Rustic Red #271013

RGB

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

 GREEN value IS 16 (6.64% from 255) = 21.62%

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

R = 52.7%
G = 21.62%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.51

 K value IS 0.85

RGB Variations

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

Color information

#271013 (or 0x271013) is known color: Rustic Red. HEX triplet: 27, 10 and 13. RGB value is (39,16,19). Sum of RGB (Red+Green+Blue) = 39+16+19=74 (9% of max value = 765). Red value is 39 (15.62% from 255 or 52.70% from 74); Green value is 16 (6.64% from 255 or 21.62% from 74); Blue value is 19 (7.81% from 255 or 25.68% from 74); Max value from RGB is 39 - color contains mainly: red. Hex color #271013 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271013 is #D8EFEC. Grayscale: #171717. Windows color (decimal): -14217197 or 1249319. OLE color: 1249319.

HSL color Cylindrical-coordinate representation of color #271013: hue angle of 352.17º degrees, saturation: 0.42, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #271013 is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.85.

Color convert

RGB 39 16 19 -
CMYK 0 0.59 0.51 0.85
HSL 352.17º 0.42% 0.11% -
HSV(B) 352.17º 0.59% 0.15% -
XYZ 1.14 0.85 0.72 -
YUV 23.22 125.62 139.26 -
System Red Green Blue C M Y K H S L
Decimal 39 16 19 0 0.59 0.51 0.85 352.17 0.42 0.11
Hex 27 10 13 0 3B 33 55 160 2A B
Octal 47 20 23 0 73 63 125 540 52 13
Binary 100111 10000 10011 0 111011 110011 1010101 101100000 101010 1011

Color Harmonies of #271013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271013

Black with #271013

Text Example


Text Example

White with #271013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271013; }

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

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

background-color css

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

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

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

border-color css

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

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

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