Html Css Color HEX #34060F Rustic Red

📋 copy color: '#34060F'

red 52 ◦ green 6 ◦ blue 15

#34060F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rustic Red #34060F

Tints of Rustic Red #34060F

RGB

 RED value IS 52 (20.7% from 255) = 71.23%

 GREEN value IS 6 (2.73% from 255) = 8.22%

 BLUE value IS 15 (6.25% from 255) = 20.55%

R = 71.23%
G = 8.22%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.71

 K value IS 0.80

RGB Variations

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

Color information

#34060F (or 0x34060F) is known color: Rustic Red. HEX triplet: 34, 06 and 0F. RGB value is (52,6,15). Sum of RGB (Red+Green+Blue) = 52+6+15=73 (9% of max value = 765). Red value is 52 (20.70% from 255 or 71.23% from 73); Green value is 6 (2.73% from 255 or 8.22% from 73); Blue value is 15 (6.25% from 255 or 20.55% from 73); Max value from RGB is 52 - color contains mainly: red. Hex color #34060F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #34060F is #CBF9F0. Grayscale: #141414. Windows color (decimal): -13367793 or 984628. OLE color: 984628.

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

Color convert

RGB 52 6 15 -
CMYK 0 0.88 0.71 0.80
HSL 348.26º 0.79% 0.11% -
HSV(B) 348.26º 0.88% 0.2% -
XYZ 1.57 0.89 0.54 -
YUV 20.78 124.74 150.27 -
System Red Green Blue C M Y K H S L
Decimal 52 6 15 0 0.88 0.71 0.80 348.26 0.79 0.11
Hex 34 6 F 0 58 47 50 15C 4F B
Octal 64 6 17 0 130 107 120 534 117 13
Binary 110100 110 1111 0 1011000 1000111 1010000 101011100 1001111 1011

Color Harmonies of #34060F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34060F

Black with #34060F

Text Example


Text Example

White with #34060F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #34060F;
 }
 .AnyTagClassName
 {
   color: #34060F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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