#2B0F11

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

Shades of Rustic Red #2B0F11

Tints of Rustic Red #2B0F11

Color information

#2B0F11 (or 0x2B0F11) is unknown color: approx Rustic Red. HEX triplet: 2B, 0F and 11. RGB value is (43,15,17). Sum of RGB (Red+Green+Blue) = 43+15+17=75 (9% of max value = 765). Red value is 43 (17.19% from 255 or 57.33% from 75); Green value is 15 (6.25% from 255 or 20% from 75); Blue value is 17 (7.03% from 255 or 22.67% from 75); Max value from RGB is 43 - color contains mainly: red. Hex color #2B0F11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B0F11 is #D4F0EE. Grayscale: #171717. Windows color (decimal): -13955311 or 1117995. OLE color: 1117995.

HSL color Cylindrical-coordinate representation of color #2B0F11: hue angle of 355.71º degrees, saturation: 0.48, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2B0F11 is Cyan = 0, Magento = 0.65, Yellow = 0.60 and Black (K on CMYK) = 0.83.

Color convert

RGB431517-
CMYK00.650.600.83
HSL355.71º48.28%11.37%-
HSV(B)355.71º65.12%16.86%-
XYZ1.270.90.64-
YUV23.6124.28141.84-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 57.33%
GREEN value IS 15 (6.25% from 255) = 20%
BLUE value IS 17 (7.03% from 255) = 22.67%
R=57.33%
G=20%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.60
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43151700.650.600.83355.7148.2811.37
Hex2BF110413C5316430b
Octal5317210101741235446013
Binary1010111111100010100000111110010100111011001001100001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B0F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B0F11; }

 p { color: rgb(43,15,17); }

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

<style>
 a { background-color: #2B0F11; }

 a { background-color: rgb(43,15,17); }

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

<style>
 span { border-color: #2B0F11; }

 span { border-color: rgb(43,15,17); }

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