#1B030C

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

Shades of Rustic Red #1B030C

Tints of Rustic Red #1B030C

Color information

#1B030C (or 0x1B030C) is unknown color: approx Rustic Red. HEX triplet: 1B, 03 and 0C. RGB value is (27,3,12). Sum of RGB (Red+Green+Blue) = 27+3+12=42 (5% of max value = 765). Red value is 27 (10.94% from 255 or 64.29% from 42); Green value is 3 (1.56% from 255 or 7.14% from 42); Blue value is 12 (5.08% from 255 or 28.57% from 42); Max value from RGB is 27 - color contains mainly: red. Hex color #1B030C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B030C is #E4FCF3. Grayscale: #0B0B0B. Windows color (decimal): -15006964 or 787227. OLE color: 787227.

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

Color convert

RGB27312-
CMYK00.890.560.89
HSL337.5º80%5.88%-
HSV(B)337.5º88.89%10.59%-
XYZ0.550.320.38-
YUV11.2128.45139.27-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 64.29%
GREEN value IS 3 (1.56% from 255) = 7.14%
BLUE value IS 12 (5.08% from 255) = 28.57%
R=64.29%
G=7.14%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.56
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2731200.890.560.89337.5805.88
Hex1B3C0593859152506
Octal333140131701315221206
Binary110111111000101100111100010110011010100101010000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B030C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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