Html Css Color HEX #1E020F Rustic Red

📋 copy color: '#1E020F'

red 30 ◦ green 2 ◦ blue 15

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

Shades of Rustic Red #1E020F

Tints of Rustic Red #1E020F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 4.26%

 BLUE value IS 15 (6.25% from 255) = 31.91%

R = 63.83%
G = 4.26%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.5

 K value IS 0.88

RGB Variations

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

Color information

#1E020F (or 0x1E020F) is known color: Rustic Red. HEX triplet: 1E, 02 and 0F. RGB value is (30,2,15). Sum of RGB (Red+Green+Blue) = 30+2+15=47 (6% of max value = 765). Red value is 30 (12.11% from 255 or 63.83% from 47); Green value is 2 (1.17% from 255 or 4.26% from 47); Blue value is 15 (6.25% from 255 or 31.91% from 47); Max value from RGB is 30 - color contains mainly: red. Hex color #1E020F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E020F is #E1FDF0. Grayscale: #0B0B0B. Windows color (decimal): -14810609 or 983582. OLE color: 983582.

HSL color Cylindrical-coordinate representation of color #1E020F: hue angle of 332.14º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1E020F is Cyan = 0, Magento = 0.93, Yellow = 0.5 and Black (K on CMYK) = 0.88.

Color convert

RGB 30 2 15 -
CMYK 0 0.93 0.5 0.88
HSL 332.14º 0.88% 0.06% -
HSV(B) 332.14º 0.93% 0.12% -
XYZ 0.64 0.35 0.49 -
YUV 11.85 129.78 140.94 -
System Red Green Blue C M Y K H S L
Decimal 30 2 15 0 0.93 0.5 0.88 332.14 0.88 0.06
Hex 1E 2 F 0 5D 32 58 14C 58 6
Octal 36 2 17 0 135 62 130 514 130 6
Binary 11110 10 1111 0 1011101 110010 1011000 101001100 1011000 110

Color Harmonies of #1E020F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E020F

Black with #1E020F

Text Example


Text Example

White with #1E020F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,2,15); }

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

background-color css

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

 a { background-color: rgb(30,2,15); }

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

border-color css

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

 span { border-color: rgb(30,2,15); }

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