#1B0F13

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

Shades of Rustic Red #1B0F13

Tints of Rustic Red #1B0F13

Color information

#1B0F13 (or 0x1B0F13) is unknown color: approx Rustic Red. HEX triplet: 1B, 0F and 13. RGB value is (27,15,19). Sum of RGB (Red+Green+Blue) = 27+15+19=61 (8% of max value = 765). Red value is 27 (10.94% from 255 or 44.26% from 61); Green value is 15 (6.25% from 255 or 24.59% from 61); Blue value is 19 (7.81% from 255 or 31.15% from 61); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0F13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0F13 is #E4F0EC. Grayscale: #131313. Windows color (decimal): -15003885 or 1249051. OLE color: 1249051.

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

Color convert

RGB271519-
CMYK00.440.300.89
HSL340º28.57%8.24%-
HSV(B)340º44.44%10.59%-
XYZ0.740.620.7-
YUV19.04127.98133.67-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 44.26%
GREEN value IS 15 (6.25% from 255) = 24.59%
BLUE value IS 19 (7.81% from 255) = 31.15%
R=44.26%
G=24.59%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.30
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal27151900.440.300.8934028.578.24
Hex1BF1302C1E591541d8
Octal331723054361315243510
Binary110111111100110101100111101011001101010100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,15,19); }

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

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

 a { background-color: rgb(27,15,19); }

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

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

 span { border-color: rgb(27,15,19); }

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