#340B1A

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

Shades of Rustic Red #340B1A

Tints of Rustic Red #340B1A

Color information

#340B1A (or 0x340B1A) is unknown color: approx Rustic Red. HEX triplet: 34, 0B and 1A. RGB value is (52,11,26). Sum of RGB (Red+Green+Blue) = 52+11+26=89 (11% of max value = 765). Red value is 52 (20.70% from 255 or 58.43% from 89); Green value is 11 (4.69% from 255 or 12.36% from 89); Blue value is 26 (10.55% from 255 or 29.21% from 89); Max value from RGB is 52 - color contains mainly: red. Hex color #340B1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340B1A is #CBF4E5. Grayscale: #181818. Windows color (decimal): -13366502 or 1706804. OLE color: 1706804.

HSL color Cylindrical-coordinate representation of color #340B1A: hue angle of 338.05º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #340B1A is Cyan = 0, Magento = 0.79, Yellow = 0.50 and Black (K on CMYK) = 0.80.

Color convert

RGB521126-
CMYK00.790.500.80
HSL338.05º65.08%12.35%-
HSV(B)338.05º78.85%20.39%-
XYZ1.721.041.09-
YUV24.97128.58147.28-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 58.43%
GREEN value IS 11 (4.69% from 255) = 12.36%
BLUE value IS 26 (10.55% from 255) = 29.21%
R=58.43%
G=12.36%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.50
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52112600.790.500.80338.0565.0812.35
Hex34B1A04F325015241c
Octal64133201176212052210114
Binary11010010111101001001111110010101000010101001010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340B1A; }

 p { color: rgb(52,11,26); }

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

<style>
 a { background-color: #340B1A; }

 a { background-color: rgb(52,11,26); }

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

<style>
 span { border-color: #340B1A; }

 span { border-color: rgb(52,11,26); }

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