#2B050A

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

Shades of Rustic Red #2B050A

Tints of Rustic Red #2B050A

Color information

#2B050A (or 0x2B050A) is unknown color: approx Rustic Red. HEX triplet: 2B, 05 and 0A. RGB value is (43,5,10). Sum of RGB (Red+Green+Blue) = 43+5+10=58 (7% of max value = 765). Red value is 43 (17.19% from 255 or 74.14% from 58); Green value is 5 (2.34% from 255 or 8.62% from 58); Blue value is 10 (4.30% from 255 or 17.24% from 58); Max value from RGB is 43 - color contains mainly: red. Hex color #2B050A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B050A is #D4FAF5. Grayscale: #101010. Windows color (decimal): -13957878 or 656683. OLE color: 656683.

HSL color Cylindrical-coordinate representation of color #2B050A: hue angle of 352.11º degrees, saturation: 0.79, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2B050A is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.83.

Color convert

RGB43510-
CMYK00.880.770.83
HSL352.11º79.17%9.41%-
HSV(B)352.11º88.37%16.86%-
XYZ1.110.640.35-
YUV16.93124.09146.59-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 74.14%
GREEN value IS 5 (2.34% from 255) = 8.62%
BLUE value IS 10 (4.30% from 255) = 17.24%
R=74.14%
G=8.62%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.77
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4351000.880.770.83352.1179.179.41
Hex2B5A0584D531604f9
Octal53512013011512354011711
Binary1010111011010010110001001101101001110110000010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B050A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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