Html Css Color HEX #2E0A18 Rustic Red

📋 copy color: '#2E0A18'

red 46 ◦ green 10 ◦ blue 24

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

Shades of Rustic Red #2E0A18

Tints of Rustic Red #2E0A18

RGB

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

 GREEN value IS 10 (4.3% from 255) = 12.5%

 BLUE value IS 24 (9.77% from 255) = 30%

R = 57.5%
G = 12.5%
B = 30%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.48

 K value IS 0.82

RGB Variations

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

Color information

#2E0A18 (or 0x2E0A18) is known color: Rustic Red. HEX triplet: 2E, 0A and 18. RGB value is (46,10,24). Sum of RGB (Red+Green+Blue) = 46+10+24=80 (10% of max value = 765). Red value is 46 (18.36% from 255 or 57.5% from 80); Green value is 10 (4.30% from 255 or 12.5% from 80); Blue value is 24 (9.77% from 255 or 30% from 80); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0A18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E0A18 is #D1F5E7. Grayscale: #161616. Windows color (decimal): -13759976 or 1575470. OLE color: 1575470.

HSL color Cylindrical-coordinate representation of color #2E0A18: hue angle of 336.67º degrees, saturation: 0.64, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E0A18 is Cyan = 0, Magento = 0.78, Yellow = 0.48 and Black (K on CMYK) = 0.82.

Color convert

RGB 46 10 24 -
CMYK 0 0.78 0.48 0.82
HSL 336.67º 0.64% 0.11% -
HSV(B) 336.67º 0.78% 0.18% -
XYZ 1.4 0.86 0.96 -
YUV 22.36 128.93 144.86 -
System Red Green Blue C M Y K H S L
Decimal 46 10 24 0 0.78 0.48 0.82 336.67 0.64 0.11
Hex 2E A 18 0 4E 30 52 151 40 B
Octal 56 12 30 0 116 60 122 521 100 13
Binary 101110 1010 11000 0 1001110 110000 1010010 101010001 1000000 1011

Color Harmonies of #2E0A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E0A18

Black with #2E0A18

Text Example


Text Example

White with #2E0A18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,10,24); }

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

background-color css

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

 a { background-color: rgb(46,10,24); }

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

border-color css

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

 span { border-color: rgb(46,10,24); }

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