#1B030F

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

Shades of Rustic Red #1B030F

Tints of Rustic Red #1B030F

Color information

#1B030F (or 0x1B030F) is unknown color: approx Rustic Red. HEX triplet: 1B, 03 and 0F. RGB value is (27,3,15). Sum of RGB (Red+Green+Blue) = 27+3+15=45 (5% of max value = 765). Red value is 27 (10.94% from 255 or 60% from 45); Green value is 3 (1.56% from 255 or 6.67% from 45); Blue value is 15 (6.25% from 255 or 33.33% from 45); Max value from RGB is 27 - color contains mainly: red. Hex color #1B030F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B030F is #E4FCF0. Grayscale: #0B0B0B. Windows color (decimal): -15006961 or 983835. OLE color: 983835.

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

Color convert

RGB27315-
CMYK00.890.440.89
HSL330º80%5.88%-
HSV(B)330º88.89%10.59%-
XYZ0.570.330.49-
YUV11.54129.95139.02-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 60%
GREEN value IS 3 (1.56% from 255) = 6.67%
BLUE value IS 15 (6.25% from 255) = 33.33%
R=60%
G=6.67%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.44
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2731500.890.440.89330805.88
Hex1B3F0592C5914a506
Octal333170131541315121206
Binary110111111110101100110110010110011010010101010000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B030F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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