Html Css Color HEX #34050D Rustic Red

📋 copy color: '#34050D'

red 52 ◦ green 5 ◦ blue 13

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

Shades of Rustic Red #34050D

Tints of Rustic Red #34050D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 18.57%

R = 74.29%
G = 7.14%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.75

 K value IS 0.80

RGB Variations

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

Color information

#34050D (or 0x34050D) is known color: Rustic Red. HEX triplet: 34, 05 and 0D. RGB value is (52,5,13). Sum of RGB (Red+Green+Blue) = 52+5+13=70 (9% of max value = 765). Red value is 52 (20.70% from 255 or 74.29% from 70); Green value is 5 (2.34% from 255 or 7.14% from 70); Blue value is 13 (5.47% from 255 or 18.57% from 70); Max value from RGB is 52 - color contains mainly: red. Hex color #34050D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #34050D is #CBFAF2. Grayscale: #131313. Windows color (decimal): -13368051 or 853300. OLE color: 853300.

HSL color Cylindrical-coordinate representation of color #34050D: hue angle of 349.79º 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 #34050D is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 5 13 -
CMYK 0 0.90 0.75 0.80
HSL 349.79º 0.82% 0.11% -
HSV(B) 349.79º 0.9% 0.2% -
XYZ 1.54 0.87 0.47 -
YUV 19.97 124.07 150.85 -
System Red Green Blue C M Y K H S L
Decimal 52 5 13 0 0.90 0.75 0.80 349.79 0.82 0.11
Hex 34 5 D 0 5A 4B 50 15E 52 B
Octal 64 5 15 0 132 113 120 536 122 13
Binary 110100 101 1101 0 1011010 1001011 1010000 101011110 1010010 1011

Color Harmonies of #34050D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34050D

Black with #34050D

Text Example


Text Example

White with #34050D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34050D; }

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

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

background-color css

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

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

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

border-color css

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

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

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