#1B030A

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

Shades of Rustic Red #1B030A

Tints of Rustic Red #1B030A

Color information

#1B030A (or 0x1B030A) is unknown color: approx Rustic Red. HEX triplet: 1B, 03 and 0A. RGB value is (27,3,10). Sum of RGB (Red+Green+Blue) = 27+3+10=40 (5% of max value = 765). Red value is 27 (10.94% from 255 or 67.5% from 40); Green value is 3 (1.56% from 255 or 7.5% from 40); Blue value is 10 (4.30% from 255 or 25% from 40); Max value from RGB is 27 - color contains mainly: red. Hex color #1B030A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B030A is #E4FCF5. Grayscale: #0A0A0A. Windows color (decimal): -15006966 or 656155. OLE color: 656155.

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

Color convert

RGB27310-
CMYK00.890.630.89
HSL342.5º80%5.88%-
HSV(B)342.5º88.89%10.59%-
XYZ0.540.320.32-
YUV10.97127.45139.43-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 67.5%
GREEN value IS 3 (1.56% from 255) = 7.5%
BLUE value IS 10 (4.30% from 255) = 25%
R=67.5%
G=7.5%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.63
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2731000.890.630.89342.5805.88
Hex1B3A0593F59156506
Octal333120131771315261206
Binary110111110100101100111111110110011010101101010000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B030A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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