Html Css Color HEX #2F0E15 Rustic Red

📋 copy color: '#2F0E15'

red 47 ◦ green 14 ◦ blue 21

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

Shades of Rustic Red #2F0E15

Tints of Rustic Red #2F0E15

RGB

 RED value IS 47 (18.75% from 255) = 57.32%

 GREEN value IS 14 (5.86% from 255) = 17.07%

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

R = 57.32%
G = 17.07%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.55

 K value IS 0.82

RGB Variations

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

Color information

#2F0E15 (or 0x2F0E15) is known color: Rustic Red. HEX triplet: 2F, 0E and 15. RGB value is (47,14,21). Sum of RGB (Red+Green+Blue) = 47+14+21=82 (10% of max value = 765). Red value is 47 (18.75% from 255 or 57.32% from 82); Green value is 14 (5.86% from 255 or 17.07% from 82); Blue value is 21 (8.59% from 255 or 25.61% from 82); Max value from RGB is 47 - color contains mainly: red. Hex color #2F0E15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F0E15 is #D0F1EA. Grayscale: #181818. Windows color (decimal): -13693419 or 1379887. OLE color: 1379887.

HSL color Cylindrical-coordinate representation of color #2F0E15: hue angle of 347.27º degrees, saturation: 0.54, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2F0E15 is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.82.

Color convert

RGB 47 14 21 -
CMYK 0 0.70 0.55 0.82
HSL 347.27º 0.54% 0.12% -
HSV(B) 347.27º 0.7% 0.18% -
XYZ 1.46 0.97 0.82 -
YUV 24.67 125.93 143.93 -
System Red Green Blue C M Y K H S L
Decimal 47 14 21 0 0.70 0.55 0.82 347.27 0.54 0.12
Hex 2F E 15 0 46 37 52 15B 36 C
Octal 57 16 25 0 106 67 122 533 66 14
Binary 101111 1110 10101 0 1000110 110111 1010010 101011011 110110 1100

Color Harmonies of #2F0E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0E15

Black with #2F0E15

Text Example


Text Example

White with #2F0E15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F0E15; }

 p { color: rgb(47,14,21); }

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

background-color css

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

 a { background-color: rgb(47,14,21); }

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

border-color css

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

 span { border-color: rgb(47,14,21); }

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