Html Css Color HEX #270511 Rustic Red

📋 copy color: '#270511'

red 39 ◦ green 5 ◦ blue 17

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

Shades of Rustic Red #270511

Tints of Rustic Red #270511

RGB

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

 GREEN value IS 5 (2.34% from 255) = 8.2%

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

R = 63.93%
G = 8.2%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.56

 K value IS 0.85

RGB Variations

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

Color information

#270511 (or 0x270511) is known color: Rustic Red. HEX triplet: 27, 05 and 11. RGB value is (39,5,17). Sum of RGB (Red+Green+Blue) = 39+5+17=61 (8% of max value = 765). Red value is 39 (15.62% from 255 or 63.93% from 61); Green value is 5 (2.34% from 255 or 8.20% from 61); Blue value is 17 (7.03% from 255 or 27.87% from 61); Max value from RGB is 39 - color contains mainly: red. Hex color #270511 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270511 is #D8FAEE. Grayscale: #101010. Windows color (decimal): -14220015 or 1115431. OLE color: 1115431.

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

Color convert

RGB 39 5 17 -
CMYK 0 0.87 0.56 0.85
HSL 338.82º 0.77% 0.09% -
HSV(B) 338.82º 0.87% 0.15% -
XYZ 0.99 0.58 0.59 -
YUV 16.53 128.26 144.02 -
System Red Green Blue C M Y K H S L
Decimal 39 5 17 0 0.87 0.56 0.85 338.82 0.77 0.09
Hex 27 5 11 0 57 38 55 153 4D 9
Octal 47 5 21 0 127 70 125 523 115 11
Binary 100111 101 10001 0 1010111 111000 1010101 101010011 1001101 1001

Color Harmonies of #270511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270511

Black with #270511

Text Example


Text Example

White with #270511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270511; }

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

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

background-color css

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

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

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

border-color css

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

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

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