#1B030B

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

Shades of Rustic Red #1B030B

Tints of Rustic Red #1B030B

Color information

#1B030B (or 0x1B030B) is unknown color: approx Rustic Red. HEX triplet: 1B, 03 and 0B. RGB value is (27,3,11). Sum of RGB (Red+Green+Blue) = 27+3+11=41 (5% of max value = 765). Red value is 27 (10.94% from 255 or 65.85% from 41); Green value is 3 (1.56% from 255 or 7.32% from 41); Blue value is 11 (4.69% from 255 or 26.83% from 41); Max value from RGB is 27 - color contains mainly: red. Hex color #1B030B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B030B is #E4FCF4. Grayscale: #0B0B0B. Windows color (decimal): -15006965 or 721691. OLE color: 721691.

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

Color convert

RGB27311-
CMYK00.890.590.89
HSL340º80%5.88%-
HSV(B)340º88.89%10.59%-
XYZ0.540.320.35-
YUV11.09127.95139.35-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 65.85%
GREEN value IS 3 (1.56% from 255) = 7.32%
BLUE value IS 11 (4.69% from 255) = 26.83%
R=65.85%
G=7.32%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.59
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2731100.890.590.89340805.88
Hex1B3B0593B59154506
Octal333130131731315241206
Binary110111110110101100111101110110011010101001010000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B030B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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