#2B1317

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

Shades of Rustic Red #2B1317

Tints of Rustic Red #2B1317

Color information

#2B1317 (or 0x2B1317) is unknown color: approx Rustic Red. HEX triplet: 2B, 13 and 17. RGB value is (43,19,23). Sum of RGB (Red+Green+Blue) = 43+19+23=85 (11% of max value = 765). Red value is 43 (17.19% from 255 or 50.59% from 85); Green value is 19 (7.81% from 255 or 22.35% from 85); Blue value is 23 (9.38% from 255 or 27.06% from 85); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1317 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B1317 is #D4ECE8. Grayscale: #1A1A1A. Windows color (decimal): -13954281 or 1512235. OLE color: 1512235.

HSL color Cylindrical-coordinate representation of color #2B1317: hue angle of 350º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2B1317 is Cyan = 0, Magento = 0.56, Yellow = 0.47 and Black (K on CMYK) = 0.83.

Color convert

RGB431923-
CMYK00.560.470.83
HSL350º38.71%12.16%-
HSV(B)350º55.81%16.86%-
XYZ1.381.040.94-
YUV26.63125.95139.67-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 50.59%
GREEN value IS 19 (7.81% from 255) = 22.35%
BLUE value IS 23 (9.38% from 255) = 27.06%
R=50.59%
G=22.35%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.47
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43192300.560.470.8335038.7112.16
Hex2B13170382F5315e27c
Octal532327070571235364714
Binary1010111001110111011100010111110100111010111101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,19,23); }

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

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

 a { background-color: rgb(43,19,23); }

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

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

 span { border-color: rgb(43,19,23); }

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