Html Css Color HEX #2E0F17 Rustic Red

📋 copy color: '#2E0F17'

red 46 ◦ green 15 ◦ blue 23

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

Shades of Rustic Red #2E0F17

Tints of Rustic Red #2E0F17

RGB

 RED value IS 46 (18.36% from 255) = 54.76%

 GREEN value IS 15 (6.25% from 255) = 17.86%

 BLUE value IS 23 (9.38% from 255) = 27.38%

R = 54.76%
G = 17.86%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.50

 K value IS 0.82

RGB Variations

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

Color information

#2E0F17 (or 0x2E0F17) is known color: Rustic Red. HEX triplet: 2E, 0F and 17. RGB value is (46,15,23). Sum of RGB (Red+Green+Blue) = 46+15+23=84 (11% of max value = 765). Red value is 46 (18.36% from 255 or 54.76% from 84); Green value is 15 (6.25% from 255 or 17.86% from 84); Blue value is 23 (9.38% from 255 or 27.38% from 84); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0F17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E0F17 is #D1F0E8. Grayscale: #191919. Windows color (decimal): -13758697 or 1511214. OLE color: 1511214.

HSL color Cylindrical-coordinate representation of color #2E0F17: hue angle of 344.52º degrees, saturation: 0.51, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E0F17 is Cyan = 0, Magento = 0.67, Yellow = 0.50 and Black (K on CMYK) = 0.82.

Color convert

RGB 46 15 23 -
CMYK 0 0.67 0.50 0.82
HSL 344.52º 0.51% 0.12% -
HSV(B) 344.52º 0.67% 0.18% -
XYZ 1.45 0.98 0.92 -
YUV 25.18 126.77 142.85 -
System Red Green Blue C M Y K H S L
Decimal 46 15 23 0 0.67 0.50 0.82 344.52 0.51 0.12
Hex 2E F 17 0 43 32 52 159 33 C
Octal 56 17 27 0 103 62 122 531 63 14
Binary 101110 1111 10111 0 1000011 110010 1010010 101011001 110011 1100

Color Harmonies of #2E0F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E0F17

Black with #2E0F17

Text Example


Text Example

White with #2E0F17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,15,23); }

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

background-color css

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

 a { background-color: rgb(46,15,23); }

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

border-color css

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

 span { border-color: rgb(46,15,23); }

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