#2B040F

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

Shades of Rustic Red #2B040F

Tints of Rustic Red #2B040F

Color information

#2B040F (or 0x2B040F) is unknown color: approx Rustic Red. HEX triplet: 2B, 04 and 0F. RGB value is (43,4,15). Sum of RGB (Red+Green+Blue) = 43+4+15=62 (8% of max value = 765). Red value is 43 (17.19% from 255 or 69.35% from 62); Green value is 4 (1.95% from 255 or 6.45% from 62); Blue value is 15 (6.25% from 255 or 24.19% from 62); Max value from RGB is 43 - color contains mainly: red. Hex color #2B040F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B040F is #D4FBF0. Grayscale: #101010. Windows color (decimal): -13958129 or 984107. OLE color: 984107.

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

Color convert

RGB43415-
CMYK00.910.650.83
HSL343.08º82.98%9.22%-
HSV(B)343.08º90.7%16.86%-
XYZ1.130.630.52-
YUV16.92126.92146.61-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 69.35%
GREEN value IS 4 (1.95% from 255) = 6.45%
BLUE value IS 15 (6.25% from 255) = 24.19%
R=69.35%
G=6.45%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.65
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4341500.910.650.83343.0882.989.22
Hex2B4F05B4153157539
Octal53417013310112352712311
Binary1010111001111010110111000001101001110101011110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B040F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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