#34040B

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

Shades of Rustic Red #34040B

Tints of Rustic Red #34040B

Color information

#34040B (or 0x34040B) is unknown color: approx Rustic Red. HEX triplet: 34, 04 and 0B. RGB value is (52,4,11). Sum of RGB (Red+Green+Blue) = 52+4+11=67 (8% of max value = 765). Red value is 52 (20.70% from 255 or 77.61% from 67); Green value is 4 (1.95% from 255 or 5.97% from 67); Blue value is 11 (4.69% from 255 or 16.42% from 67); Max value from RGB is 52 - color contains mainly: red. Hex color #34040B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #34040B is #CBFBF4. Grayscale: #131313. Windows color (decimal): -13368309 or 721972. OLE color: 721972.

HSL color Cylindrical-coordinate representation of color #34040B: hue angle of 351.25º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #34040B is Cyan = 0, Magento = 0.92, Yellow = 0.79 and Black (K on CMYK) = 0.80.

Color convert

RGB52411-
CMYK00.920.790.80
HSL351.25º85.71%10.98%-
HSV(B)351.25º92.31%20.39%-
XYZ1.520.840.4-
YUV19.15123.4151.43-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 77.61%
GREEN value IS 4 (1.95% from 255) = 5.97%
BLUE value IS 11 (4.69% from 255) = 16.42%
R=77.61%
G=5.97%
B=16.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.79
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5241100.920.790.80351.2585.7110.98
Hex344B05C4F5015f56b
Octal64413013411712053712613
Binary1101001001011010111001001111101000010101111110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34040B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34040B; }

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

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

<style>
 a { background-color: #34040B; }

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

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

<style>
 span { border-color: #34040B; }

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

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