Html Css Color HEX #2E0509 Rustic Red

📋 copy color: '#2E0509'

red 46 ◦ green 5 ◦ blue 9

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

Shades of Rustic Red #2E0509

Tints of Rustic Red #2E0509

RGB

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

 GREEN value IS 5 (2.34% from 255) = 8.33%

 BLUE value IS 9 (3.91% from 255) = 15%

R = 76.67%
G = 8.33%
B = 15%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.80

 K value IS 0.82

RGB Variations

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

Color information

#2E0509 (or 0x2E0509) is known color: Rustic Red. HEX triplet: 2E, 05 and 09. RGB value is (46,5,9). Sum of RGB (Red+Green+Blue) = 46+5+9=60 (7% of max value = 765). Red value is 46 (18.36% from 255 or 76.67% from 60); Green value is 5 (2.34% from 255 or 8.33% from 60); Blue value is 9 (3.91% from 255 or 15% from 60); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0509 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E0509 is #D1FAF6. Grayscale: #111111. Windows color (decimal): -13761271 or 591150. OLE color: 591150.

HSL color Cylindrical-coordinate representation of color #2E0509: hue angle of 354.15º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2E0509 is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.82.

Color convert

RGB 46 5 9 -
CMYK 0 0.89 0.80 0.82
HSL 354.15º 0.8% 0.1% -
HSV(B) 354.15º 0.89% 0.18% -
XYZ 1.23 0.71 0.33 -
YUV 17.72 123.08 148.17 -
System Red Green Blue C M Y K H S L
Decimal 46 5 9 0 0.89 0.80 0.82 354.15 0.8 0.1
Hex 2E 5 9 0 59 50 52 162 50 A
Octal 56 5 11 0 131 120 122 542 120 12
Binary 101110 101 1001 0 1011001 1010000 1010010 101100010 1010000 1010

Color Harmonies of #2E0509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E0509

Black with #2E0509

Text Example


Text Example

White with #2E0509

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,5,9); }

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

background-color css

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

 a { background-color: rgb(46,5,9); }

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

border-color css

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

 span { border-color: rgb(46,5,9); }

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