#2B1314

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

Shades of Rustic Red #2B1314

Tints of Rustic Red #2B1314

Color information

#2B1314 (or 0x2B1314) is unknown color: approx Rustic Red. HEX triplet: 2B, 13 and 14. RGB value is (43,19,20). Sum of RGB (Red+Green+Blue) = 43+19+20=82 (10% of max value = 765). Red value is 43 (17.19% from 255 or 52.44% from 82); Green value is 19 (7.81% from 255 or 23.17% from 82); Blue value is 20 (8.20% from 255 or 24.39% from 82); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1314 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B1314 is #D4ECEB. Grayscale: #1A1A1A. Windows color (decimal): -13954284 or 1315627. OLE color: 1315627.

HSL color Cylindrical-coordinate representation of color #2B1314: hue angle of 357.5º 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 #2B1314 is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.83.

Color convert

RGB431920-
CMYK00.560.530.83
HSL357.5º38.71%12.16%-
HSV(B)357.5º55.81%16.86%-
XYZ1.361.030.79-
YUV26.29124.45139.92-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 52.44%
GREEN value IS 19 (7.81% from 255) = 23.17%
BLUE value IS 20 (8.20% from 255) = 24.39%
R=52.44%
G=23.17%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.53
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43192000.560.530.83357.538.7112.16
Hex2B1314038355316627c
Octal532324070651235464714
Binary1010111001110100011100011010110100111011001101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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