#34000B

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

Shades of Rustic Red #34000B

Tints of Rustic Red #34000B

Color information

#34000B (or 0x34000B) is unknown color: approx Rustic Red. HEX triplet: 34, 00 and 0B. RGB value is (52,0,11). Sum of RGB (Red+Green+Blue) = 52+0+11=63 (8% of max value = 765). Red value is 52 (20.70% from 255 or 82.54% from 63); Green value is 0 (0.39% from 255 or 0% from 63); Blue value is 11 (4.69% from 255 or 17.46% from 63); Max value from RGB is 52 - color contains mainly: red. Hex color #34000B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #34000B is #CBFFF4. Grayscale: #101010. Windows color (decimal): -13369333 or 720948. OLE color: 720948.

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

Color convert

RGB52011-
CMYK010.790.80
HSL347.31º100%10.2%-
HSV(B)347.31º100%20.39%-
XYZ1.480.750.38-
YUV16.8124.73153.11-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 82.54%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 11 (4.69% from 255) = 17.46%
R=82.54%
G=0%
B=17.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.79
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52011010.790.80347.3110010.2
Hex340B0644F5015b64a
Octal64013014411712053314412
Binary11010001011011001001001111101000010101101111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34000B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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