#1B050A

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

Shades of Rustic Red #1B050A

Tints of Rustic Red #1B050A

Color information

#1B050A (or 0x1B050A) is unknown color: approx Rustic Red. HEX triplet: 1B, 05 and 0A. RGB value is (27,5,10). Sum of RGB (Red+Green+Blue) = 27+5+10=42 (5% of max value = 765). Red value is 27 (10.94% from 255 or 64.29% from 42); Green value is 5 (2.34% from 255 or 11.90% from 42); Blue value is 10 (4.30% from 255 or 23.81% from 42); Max value from RGB is 27 - color contains mainly: red. Hex color #1B050A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B050A is #E4FAF5. Grayscale: #0C0C0C. Windows color (decimal): -15006454 or 656667. OLE color: 656667.

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

Color convert

RGB27510-
CMYK00.810.630.89
HSL346.36º68.75%6.27%-
HSV(B)346.36º81.48%10.59%-
XYZ0.560.360.33-
YUV12.15126.79138.59-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 64.29%
GREEN value IS 5 (2.34% from 255) = 11.90%
BLUE value IS 10 (4.30% from 255) = 23.81%
R=64.29%
G=11.90%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.63
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2751000.810.630.89346.3668.756.27
Hex1B5A0513F5915a456
Octal335120121771315321056
Binary1101110110100101000111111110110011010110101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B050A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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