#34030C

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

Shades of Rustic Red #34030C

Tints of Rustic Red #34030C

Color information

#34030C (or 0x34030C) is unknown color: approx Rustic Red. HEX triplet: 34, 03 and 0C. RGB value is (52,3,12). Sum of RGB (Red+Green+Blue) = 52+3+12=67 (8% of max value = 765). Red value is 52 (20.70% from 255 or 77.61% from 67); Green value is 3 (1.56% from 255 or 4.48% from 67); Blue value is 12 (5.08% from 255 or 17.91% from 67); Max value from RGB is 52 - color contains mainly: red. Hex color #34030C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #34030C is #CBFCF3. Grayscale: #121212. Windows color (decimal): -13368564 or 787252. OLE color: 787252.

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

Color convert

RGB52312-
CMYK00.940.770.80
HSL348.98º89.09%10.78%-
HSV(B)348.98º94.23%20.39%-
XYZ1.520.820.43-
YUV18.68124.23151.77-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 77.61%
GREEN value IS 3 (1.56% from 255) = 4.48%
BLUE value IS 12 (5.08% from 255) = 17.91%
R=77.61%
G=4.48%
B=17.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.77
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5231200.940.770.80348.9889.0910.78
Hex343C05E4D5015d59b
Octal64314013611512053513113
Binary110100111100010111101001101101000010101110110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34030C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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