#1B040A

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

Shades of Rustic Red #1B040A

Tints of Rustic Red #1B040A

Color information

#1B040A (or 0x1B040A) is unknown color: approx Rustic Red. HEX triplet: 1B, 04 and 0A. RGB value is (27,4,10). Sum of RGB (Red+Green+Blue) = 27+4+10=41 (5% of max value = 765). Red value is 27 (10.94% from 255 or 65.85% from 41); Green value is 4 (1.95% from 255 or 9.76% from 41); Blue value is 10 (4.30% from 255 or 24.39% from 41); Max value from RGB is 27 - color contains mainly: red. Hex color #1B040A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B040A is #E4FBF5. Grayscale: #0B0B0B. Windows color (decimal): -15006710 or 656411. OLE color: 656411.

HSL color Cylindrical-coordinate representation of color #1B040A: hue angle of 344.35º 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 #1B040A is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.89.

Color convert

RGB27410-
CMYK00.850.630.89
HSL344.35º74.19%6.08%-
HSV(B)344.35º85.19%10.59%-
XYZ0.550.340.32-
YUV11.56127.12139.01-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 65.85%
GREEN value IS 4 (1.95% from 255) = 9.76%
BLUE value IS 10 (4.30% from 255) = 24.39%
R=65.85%
G=9.76%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.63
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2741000.850.630.89344.3574.196.08
Hex1B4A0553F591584a6
Octal334120125771315301126
Binary1101110010100101010111111110110011010110001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B040A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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