#34010C

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

Shades of Rustic Red #34010C

Tints of Rustic Red #34010C

Color information

#34010C (or 0x34010C) is unknown color: approx Rustic Red. HEX triplet: 34, 01 and 0C. RGB value is (52,1,12). Sum of RGB (Red+Green+Blue) = 52+1+12=65 (8% of max value = 765). Red value is 52 (20.70% from 255 or 80% from 65); Green value is 1 (0.78% from 255 or 1.54% from 65); Blue value is 12 (5.08% from 255 or 18.46% from 65); Max value from RGB is 52 - color contains mainly: red. Hex color #34010C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #34010C is #CBFEF3. Grayscale: #111111. Windows color (decimal): -13369076 or 786740. OLE color: 786740.

HSL color Cylindrical-coordinate representation of color #34010C: hue angle of 347.06º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #34010C is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.80.

Color convert

RGB52112-
CMYK00.980.770.80
HSL347.06º96.23%10.39%-
HSV(B)347.06º98.08%20.39%-
XYZ1.490.780.42-
YUV17.5124.9152.61-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 80%
GREEN value IS 1 (0.78% from 255) = 1.54%
BLUE value IS 12 (5.08% from 255) = 18.46%
R=80%
G=1.54%
B=18.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.77
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5211200.980.770.80347.0696.2310.39
Hex341C0624D5015b60a
Octal64114014211512053314012
Binary11010011100011000101001101101000010101101111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34010C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34010C; }

 p { color: rgb(52,1,12); }

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

<style>
 a { background-color: #34010C; }

 a { background-color: rgb(52,1,12); }

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

<style>
 span { border-color: #34010C; }

 span { border-color: rgb(52,1,12); }

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