#1B040D

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

Shades of Rustic Red #1B040D

Tints of Rustic Red #1B040D

Color information

#1B040D (or 0x1B040D) is unknown color: approx Rustic Red. HEX triplet: 1B, 04 and 0D. RGB value is (27,4,13). Sum of RGB (Red+Green+Blue) = 27+4+13=44 (5% of max value = 765). Red value is 27 (10.94% from 255 or 61.36% from 44); Green value is 4 (1.95% from 255 or 9.09% from 44); Blue value is 13 (5.47% from 255 or 29.55% from 44); Max value from RGB is 27 - color contains mainly: red. Hex color #1B040D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B040D is #E4FBF2. Grayscale: #0B0B0B. Windows color (decimal): -15006707 or 853019. OLE color: 853019.

HSL color Cylindrical-coordinate representation of color #1B040D: hue angle of 336.52º degrees, saturation: 0.74, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1B040D is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.89.

Color convert

RGB27413-
CMYK00.850.520.89
HSL336.52º74.19%6.08%-
HSV(B)336.52º85.19%10.59%-
XYZ0.570.350.42-
YUV11.9128.62138.77-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 61.36%
GREEN value IS 4 (1.95% from 255) = 9.09%
BLUE value IS 13 (5.47% from 255) = 29.55%
R=61.36%
G=9.09%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.52
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2741300.850.520.89336.5274.196.08
Hex1B4D05534591514a6
Octal334150125641315211126
Binary1101110011010101010111010010110011010100011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B040D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,4,13); }

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

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

 a { background-color: rgb(27,4,13); }

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

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

 span { border-color: rgb(27,4,13); }

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