Html Css Color HEX #1E060B Rustic Red

📋 copy color: '#1E060B'

red 30 ◦ green 6 ◦ blue 11

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

Shades of Rustic Red #1E060B

Tints of Rustic Red #1E060B

RGB

 RED value IS 30 (12.11% from 255) = 63.83%

 GREEN value IS 6 (2.73% from 255) = 12.77%

 BLUE value IS 11 (4.69% from 255) = 23.4%

R = 63.83%
G = 12.77%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.63

 K value IS 0.88

RGB Variations

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

Color information

#1E060B (or 0x1E060B) is known color: Rustic Red. HEX triplet: 1E, 06 and 0B. RGB value is (30,6,11). Sum of RGB (Red+Green+Blue) = 30+6+11=47 (6% of max value = 765). Red value is 30 (12.11% from 255 or 63.83% from 47); Green value is 6 (2.73% from 255 or 12.77% from 47); Blue value is 11 (4.69% from 255 or 23.40% from 47); Max value from RGB is 30 - color contains mainly: red. Hex color #1E060B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E060B is #E1F9F4. Grayscale: #0D0D0D. Windows color (decimal): -14809589 or 722462. OLE color: 722462.

HSL color Cylindrical-coordinate representation of color #1E060B: hue angle of 347.5º degrees, saturation: 0.67, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E060B is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.88.

Color convert

RGB 30 6 11 -
CMYK 0 0.80 0.63 0.88
HSL 347.5º 0.67% 0.07% -
HSV(B) 347.5º 0.8% 0.12% -
XYZ 0.66 0.43 0.36 -
YUV 13.75 126.45 139.59 -
System Red Green Blue C M Y K H S L
Decimal 30 6 11 0 0.80 0.63 0.88 347.5 0.67 0.07
Hex 1E 6 B 0 50 3F 58 15C 43 7
Octal 36 6 13 0 120 77 130 534 103 7
Binary 11110 110 1011 0 1010000 111111 1011000 101011100 1000011 111

Color Harmonies of #1E060B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E060B

Black with #1E060B

Text Example


Text Example

White with #1E060B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1E060B; }

 p { color: rgb(30,6,11); }

 H1.HeaderClassName
 {
   color: #1E060B;
 }
 .AnyTagClassName
 {
   color: #1E060B;
 }
</style>

background-color css

<style>
 a { background-color: #1E060B; }

 a { background-color: rgb(30,6,11); }

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

border-color css

<style>
 span { border-color: #1E060B; }

 span { border-color: rgb(30,6,11); }

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