Html Css Color HEX #2E0306 Rustic Red

📋 copy color: '#2E0306'

red 46 ◦ green 3 ◦ blue 6

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

Shades of Rustic Red #2E0306

Tints of Rustic Red #2E0306

RGB

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

 GREEN value IS 3 (1.56% from 255) = 5.45%

 BLUE value IS 6 (2.73% from 255) = 10.91%

R = 83.64%
G = 5.45%
B = 10.91%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.87

 K value IS 0.82

RGB Variations

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

Color information

#2E0306 (or 0x2E0306) is known color: Rustic Red. HEX triplet: 2E, 03 and 06. RGB value is (46,3,6). Sum of RGB (Red+Green+Blue) = 46+3+6=55 (7% of max value = 765). Red value is 46 (18.36% from 255 or 83.64% from 55); Green value is 3 (1.56% from 255 or 5.45% from 55); Blue value is 6 (2.73% from 255 or 10.91% from 55); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0306 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E0306 is #D1FCF9. Grayscale: #101010. Windows color (decimal): -13761786 or 394030. OLE color: 394030.

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

Color convert

RGB 46 3 6 -
CMYK 0 0.93 0.87 0.82
HSL 355.81º 0.88% 0.1% -
HSV(B) 355.81º 0.93% 0.18% -
XYZ 1.19 0.66 0.24 -
YUV 16.2 122.25 149.26 -
System Red Green Blue C M Y K H S L
Decimal 46 3 6 0 0.93 0.87 0.82 355.81 0.88 0.1
Hex 2E 3 6 0 5D 57 52 164 58 A
Octal 56 3 6 0 135 127 122 544 130 12
Binary 101110 11 110 0 1011101 1010111 1010010 101100100 1011000 1010

Color Harmonies of #2E0306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E0306

Black with #2E0306

Text Example


Text Example

White with #2E0306

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,3,6); }

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

background-color css

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

 a { background-color: rgb(46,3,6); }

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

border-color css

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

 span { border-color: rgb(46,3,6); }

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