Html Css Color HEX #270711 Rustic Red

📋 copy color: '#270711'

red 39 ◦ green 7 ◦ blue 17

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

Shades of Rustic Red #270711

Tints of Rustic Red #270711

RGB

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

 GREEN value IS 7 (3.13% from 255) = 11.11%

 BLUE value IS 17 (7.03% from 255) = 26.98%

R = 61.9%
G = 11.11%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.56

 K value IS 0.85

RGB Variations

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

Color information

#270711 (or 0x270711) is known color: Rustic Red. HEX triplet: 27, 07 and 11. RGB value is (39,7,17). Sum of RGB (Red+Green+Blue) = 39+7+17=63 (8% of max value = 765). Red value is 39 (15.62% from 255 or 61.90% from 63); Green value is 7 (3.12% from 255 or 11.11% from 63); Blue value is 17 (7.03% from 255 or 26.98% from 63); Max value from RGB is 39 - color contains mainly: red. Hex color #270711 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270711 is #D8F8EE. Grayscale: #111111. Windows color (decimal): -14219503 or 1115943. OLE color: 1115943.

HSL color Cylindrical-coordinate representation of color #270711: hue angle of 341.25º degrees, saturation: 0.7, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #270711 is Cyan = 0, Magento = 0.82, Yellow = 0.56 and Black (K on CMYK) = 0.85.

Color convert

RGB 39 7 17 -
CMYK 0 0.82 0.56 0.85
HSL 341.25º 0.7% 0.09% -
HSV(B) 341.25º 0.82% 0.15% -
XYZ 1.01 0.62 0.6 -
YUV 17.71 127.6 143.19 -
System Red Green Blue C M Y K H S L
Decimal 39 7 17 0 0.82 0.56 0.85 341.25 0.7 0.09
Hex 27 7 11 0 52 38 55 155 46 9
Octal 47 7 21 0 122 70 125 525 106 11
Binary 100111 111 10001 0 1010010 111000 1010101 101010101 1000110 1001

Color Harmonies of #270711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270711

Black with #270711

Text Example


Text Example

White with #270711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270711; }

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

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

background-color css

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

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

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

border-color css

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

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

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