#34000F

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

Shades of Rustic Red #34000F

Tints of Rustic Red #34000F

Color information

#34000F (or 0x34000F) is unknown color: approx Rustic Red. HEX triplet: 34, 00 and 0F. RGB value is (52,0,15). Sum of RGB (Red+Green+Blue) = 52+0+15=67 (8% of max value = 765). Red value is 52 (20.70% from 255 or 77.61% from 67); Green value is 0 (0.39% from 255 or 0% from 67); Blue value is 15 (6.25% from 255 or 22.39% from 67); Max value from RGB is 52 - color contains mainly: red. Hex color #34000F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #34000F is #CBFFF0. Grayscale: #111111. Windows color (decimal): -13369329 or 983092. OLE color: 983092.

HSL color Cylindrical-coordinate representation of color #34000F: hue angle of 342.69º 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 #34000F is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.80.

Color convert

RGB52015-
CMYK010.710.80
HSL342.69º100%10.2%-
HSV(B)342.69º100%20.39%-
XYZ1.50.760.52-
YUV17.26126.73152.78-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 77.61%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 15 (6.25% from 255) = 22.39%
R=77.61%
G=0%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.71
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52015010.710.80342.6910010.2
Hex340F064475015764a
Octal64017014410712052714412
Binary11010001111011001001000111101000010101011111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34000F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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