#1B050F

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

Shades of Rustic Red #1B050F

Tints of Rustic Red #1B050F

Color information

#1B050F (or 0x1B050F) is unknown color: approx Rustic Red. HEX triplet: 1B, 05 and 0F. RGB value is (27,5,15). Sum of RGB (Red+Green+Blue) = 27+5+15=47 (6% of max value = 765). Red value is 27 (10.94% from 255 or 57.45% from 47); Green value is 5 (2.34% from 255 or 10.64% from 47); Blue value is 15 (6.25% from 255 or 31.91% from 47); Max value from RGB is 27 - color contains mainly: red. Hex color #1B050F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B050F is #E4FAF0. Grayscale: #0C0C0C. Windows color (decimal): -15006449 or 984347. OLE color: 984347.

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

Color convert

RGB27515-
CMYK00.810.440.89
HSL332.73º68.75%6.27%-
HSV(B)332.73º81.48%10.59%-
XYZ0.590.380.49-
YUV12.72129.29138.19-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 57.45%
GREEN value IS 5 (2.34% from 255) = 10.64%
BLUE value IS 15 (6.25% from 255) = 31.91%
R=57.45%
G=10.64%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.44
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2751500.810.440.89332.7368.756.27
Hex1B5F0512C5914d456
Octal335170121541315151056
Binary1101110111110101000110110010110011010011011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B050F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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