Html Css Color HEX #270815 Rustic Red

📋 copy color: '#270815'

red 39 ◦ green 8 ◦ blue 21

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

Shades of Rustic Red #270815

Tints of Rustic Red #270815

RGB

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

 GREEN value IS 8 (3.52% from 255) = 11.76%

 BLUE value IS 21 (8.59% from 255) = 30.88%

R = 57.35%
G = 11.76%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.46

 K value IS 0.85

RGB Variations

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

Color information

#270815 (or 0x270815) is known color: Rustic Red. HEX triplet: 27, 08 and 15. RGB value is (39,8,21). Sum of RGB (Red+Green+Blue) = 39+8+21=68 (9% of max value = 765). Red value is 39 (15.62% from 255 or 57.35% from 68); Green value is 8 (3.52% from 255 or 11.76% from 68); Blue value is 21 (8.59% from 255 or 30.88% from 68); Max value from RGB is 39 - color contains mainly: red. Hex color #270815 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270815 is #D8F7EA. Grayscale: #121212. Windows color (decimal): -14219243 or 1378343. OLE color: 1378343.

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

Color convert

RGB 39 8 21 -
CMYK 0 0.79 0.46 0.85
HSL 334.84º 0.66% 0.09% -
HSV(B) 334.84º 0.79% 0.15% -
XYZ 1.06 0.66 0.78 -
YUV 18.75 129.27 142.44 -
System Red Green Blue C M Y K H S L
Decimal 39 8 21 0 0.79 0.46 0.85 334.84 0.66 0.09
Hex 27 8 15 0 4F 2E 55 14F 42 9
Octal 47 10 25 0 117 56 125 517 102 11
Binary 100111 1000 10101 0 1001111 101110 1010101 101001111 1000010 1001

Color Harmonies of #270815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270815

Black with #270815

Text Example


Text Example

White with #270815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270815; }

 p { color: rgb(39,8,21); }

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

background-color css

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

 a { background-color: rgb(39,8,21); }

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

border-color css

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

 span { border-color: rgb(39,8,21); }

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