#1E0A0B

Color #1E0A0B Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #1E0A0B

Tints of Rustic Red #1E0A0B

Color information

#1E0A0B (or 0x1E0A0B) is unknown color: approx Rustic Red. HEX triplet: 1E, 0A and 0B. RGB value is (30,10,11). Sum of RGB (Red+Green+Blue) = 30+10+11=51 (6% of max value = 765). Red value is 30 (12.11% from 255 or 58.82% from 51); Green value is 10 (4.30% from 255 or 19.61% from 51); Blue value is 11 (4.69% from 255 or 21.57% from 51); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0A0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0A0B is #E1F5F4. Grayscale: #101010. Windows color (decimal): -14808565 or 723486. OLE color: 723486.

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

Color convert

RGB301011-
CMYK00.670.630.88
HSL357º50%7.84%-
HSV(B)357º66.67%11.76%-
XYZ0.70.520.38-
YUV16.09125.13137.92-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 58.82%
GREEN value IS 10 (4.30% from 255) = 19.61%
BLUE value IS 11 (4.69% from 255) = 21.57%
R=58.82%
G=19.61%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.63
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal30101100.670.630.88357507.84
Hex1EAB0433F58165328
Octal3612130103771305456210
Binary11110101010110100001111111110110001011001011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1E0A0B;
 }
 .AnyTagClassName
 {
   color: #1E0A0B;
 }
</style>
background-color css

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

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

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

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

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

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