#1B000A

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

Shades of Rustic Red #1B000A

Tints of Rustic Red #1B000A

Color information

#1B000A (or 0x1B000A) is unknown color: approx Rustic Red. HEX triplet: 1B, 00 and 0A. RGB value is (27,0,10). Sum of RGB (Red+Green+Blue) = 27+0+10=37 (4% of max value = 765). Red value is 27 (10.94% from 255 or 72.97% from 37); Green value is 0 (0.39% from 255 or 0% from 37); Blue value is 10 (4.30% from 255 or 27.03% from 37); Max value from RGB is 27 - color contains mainly: red. Hex color #1B000A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B000A is #E4FFF5. Grayscale: #090909. Windows color (decimal): -15007734 or 655387. OLE color: 655387.

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

Color convert

RGB27010-
CMYK010.630.89
HSL337.78º100%5.29%-
HSV(B)337.78º100%10.59%-
XYZ0.510.250.31-
YUV9.21128.45140.69-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 72.97%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 10 (4.30% from 255) = 27.03%
R=72.97%
G=0%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.63
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal27010010.630.89337.781005.29
Hex1B0A0643F59152645
Octal330120144771315221445
Binary11011010100110010011111110110011010100101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B000A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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