#1B050B

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

Shades of Rustic Red #1B050B

Tints of Rustic Red #1B050B

Color information

#1B050B (or 0x1B050B) is unknown color: approx Rustic Red. HEX triplet: 1B, 05 and 0B. RGB value is (27,5,11). Sum of RGB (Red+Green+Blue) = 27+5+11=43 (5% of max value = 765). Red value is 27 (10.94% from 255 or 62.79% from 43); Green value is 5 (2.34% from 255 or 11.63% from 43); Blue value is 11 (4.69% from 255 or 25.58% from 43); Max value from RGB is 27 - color contains mainly: red. Hex color #1B050B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B050B is #E4FAF4. Grayscale: #0C0C0C. Windows color (decimal): -15006453 or 722203. OLE color: 722203.

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

Color convert

RGB27511-
CMYK00.810.590.89
HSL343.64º68.75%6.27%-
HSV(B)343.64º81.48%10.59%-
XYZ0.570.370.36-
YUV12.26127.29138.51-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 62.79%
GREEN value IS 5 (2.34% from 255) = 11.63%
BLUE value IS 11 (4.69% from 255) = 25.58%
R=62.79%
G=11.63%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.59
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2751100.810.590.89343.6468.756.27
Hex1B5B0513B59158456
Octal335130121731315301056
Binary1101110110110101000111101110110011010110001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B050B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,5,11); }

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

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

 a { background-color: rgb(27,5,11); }

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

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

 span { border-color: rgb(27,5,11); }

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