Html Css Color HEX #1E0712 Rustic Red

📋 copy color: '#1E0712'

red 30 ◦ green 7 ◦ blue 18

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

Shades of Rustic Red #1E0712

Tints of Rustic Red #1E0712

RGB

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

 GREEN value IS 7 (3.13% from 255) = 12.73%

 BLUE value IS 18 (7.42% from 255) = 32.73%

R = 54.55%
G = 12.73%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.40

 K value IS 0.88

RGB Variations

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

Color information

#1E0712 (or 0x1E0712) is known color: Rustic Red. HEX triplet: 1E, 07 and 12. RGB value is (30,7,18). Sum of RGB (Red+Green+Blue) = 30+7+18=55 (7% of max value = 765). Red value is 30 (12.11% from 255 or 54.55% from 55); Green value is 7 (3.12% from 255 or 12.73% from 55); Blue value is 18 (7.42% from 255 or 32.73% from 55); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0712 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0712 is #E1F8ED. Grayscale: #0F0F0F. Windows color (decimal): -14809326 or 1181470. OLE color: 1181470.

HSL color Cylindrical-coordinate representation of color #1E0712: hue angle of 331.3º degrees, saturation: 0.62, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E0712 is Cyan = 0, Magento = 0.77, Yellow = 0.40 and Black (K on CMYK) = 0.88.

Color convert

RGB 30 7 18 -
CMYK 0 0.77 0.40 0.88
HSL 331.3º 0.62% 0.07% -
HSV(B) 331.3º 0.77% 0.12% -
XYZ 0.72 0.47 0.63 -
YUV 15.13 129.62 138.61 -
System Red Green Blue C M Y K H S L
Decimal 30 7 18 0 0.77 0.40 0.88 331.3 0.62 0.07
Hex 1E 7 12 0 4D 28 58 14B 3E 7
Octal 36 7 22 0 115 50 130 513 76 7
Binary 11110 111 10010 0 1001101 101000 1011000 101001011 111110 111

Color Harmonies of #1E0712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0712

Black with #1E0712

Text Example


Text Example

White with #1E0712

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,7,18); }

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

background-color css

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

 a { background-color: rgb(30,7,18); }

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

border-color css

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

 span { border-color: rgb(30,7,18); }

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