Html Css Color HEX #340517 Rustic Red

📋 copy color: '#340517'

red 52 ◦ green 5 ◦ blue 23

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

Shades of Rustic Red #340517

Tints of Rustic Red #340517

RGB

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

 GREEN value IS 5 (2.34% from 255) = 6.25%

 BLUE value IS 23 (9.38% from 255) = 28.75%

R = 65%
G = 6.25%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.56

 K value IS 0.80

RGB Variations

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

Color information

#340517 (or 0x340517) is known color: Rustic Red. HEX triplet: 34, 05 and 17. RGB value is (52,5,23). Sum of RGB (Red+Green+Blue) = 52+5+23=80 (10% of max value = 765). Red value is 52 (20.70% from 255 or 65% from 80); Green value is 5 (2.34% from 255 or 6.25% from 80); Blue value is 23 (9.38% from 255 or 28.75% from 80); Max value from RGB is 52 - color contains mainly: red. Hex color #340517 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340517 is #CBFAE8. Grayscale: #151515. Windows color (decimal): -13368041 or 1508660. OLE color: 1508660.

HSL color Cylindrical-coordinate representation of color #340517: hue angle of 337.02º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #340517 is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 5 23 -
CMYK 0 0.90 0.56 0.80
HSL 337.02º 0.82% 0.11% -
HSV(B) 337.02º 0.9% 0.2% -
XYZ 1.63 0.9 0.9 -
YUV 21.11 129.07 150.04 -
System Red Green Blue C M Y K H S L
Decimal 52 5 23 0 0.90 0.56 0.80 337.02 0.82 0.11
Hex 34 5 17 0 5A 38 50 151 52 B
Octal 64 5 27 0 132 70 120 521 122 13
Binary 110100 101 10111 0 1011010 111000 1010000 101010001 1010010 1011

Color Harmonies of #340517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340517

Black with #340517

Text Example


Text Example

White with #340517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340517; }

 p { color: rgb(52,5,23); }

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

background-color css

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

 a { background-color: rgb(52,5,23); }

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

border-color css

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

 span { border-color: rgb(52,5,23); }

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