#1B030D

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

Shades of Rustic Red #1B030D

Tints of Rustic Red #1B030D

Color information

#1B030D (or 0x1B030D) is unknown color: approx Rustic Red. HEX triplet: 1B, 03 and 0D. RGB value is (27,3,13). Sum of RGB (Red+Green+Blue) = 27+3+13=43 (5% of max value = 765). Red value is 27 (10.94% from 255 or 62.79% from 43); Green value is 3 (1.56% from 255 or 6.98% from 43); Blue value is 13 (5.47% from 255 or 30.23% from 43); Max value from RGB is 27 - color contains mainly: red. Hex color #1B030D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B030D is #E4FCF2. Grayscale: #0B0B0B. Windows color (decimal): -15006963 or 852763. OLE color: 852763.

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

Color convert

RGB27313-
CMYK00.890.520.89
HSL335º80%5.88%-
HSV(B)335º88.89%10.59%-
XYZ0.560.330.41-
YUV11.32128.95139.19-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 62.79%
GREEN value IS 3 (1.56% from 255) = 6.98%
BLUE value IS 13 (5.47% from 255) = 30.23%
R=62.79%
G=6.98%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.52
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2731300.890.520.89335805.88
Hex1B3D059345914f506
Octal333150131641315171206
Binary110111111010101100111010010110011010011111010000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B030D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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