Html Css Color HEX #270211 Rustic Red

📋 copy color: '#270211'

red 39 ◦ green 2 ◦ blue 17

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

Shades of Rustic Red #270211

Tints of Rustic Red #270211

RGB

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

 GREEN value IS 2 (1.17% from 255) = 3.45%

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

R = 67.24%
G = 3.45%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.56

 K value IS 0.85

RGB Variations

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

Color information

#270211 (or 0x270211) is known color: Rustic Red. HEX triplet: 27, 02 and 11. RGB value is (39,2,17). Sum of RGB (Red+Green+Blue) = 39+2+17=58 (7% of max value = 765). Red value is 39 (15.62% from 255 or 67.24% from 58); Green value is 2 (1.17% from 255 or 3.45% from 58); Blue value is 17 (7.03% from 255 or 29.31% from 58); Max value from RGB is 39 - color contains mainly: red. Hex color #270211 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270211 is #D8FDEE. Grayscale: #0E0E0E. Windows color (decimal): -14220783 or 1114663. OLE color: 1114663.

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

Color convert

RGB 39 2 17 -
CMYK 0 0.95 0.56 0.85
HSL 335.68º 0.9% 0.08% -
HSV(B) 335.68º 0.95% 0.15% -
XYZ 0.96 0.52 0.58 -
YUV 14.77 129.26 145.28 -
System Red Green Blue C M Y K H S L
Decimal 39 2 17 0 0.95 0.56 0.85 335.68 0.9 0.08
Hex 27 2 11 0 5F 38 55 150 5A 8
Octal 47 2 21 0 137 70 125 520 132 10
Binary 100111 10 10001 0 1011111 111000 1010101 101010000 1011010 1000

Color Harmonies of #270211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270211

Black with #270211

Text Example


Text Example

White with #270211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270211; }

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

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

background-color css

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

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

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

border-color css

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

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

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