Html Css Color HEX #34090D Rustic Red

📋 copy color: '#34090D'

red 52 ◦ green 9 ◦ blue 13

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

Shades of Rustic Red #34090D

Tints of Rustic Red #34090D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 12.16%

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

R = 70.27%
G = 12.16%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.75

 K value IS 0.80

RGB Variations

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

Color information

#34090D (or 0x34090D) is known color: Rustic Red. HEX triplet: 34, 09 and 0D. RGB value is (52,9,13). Sum of RGB (Red+Green+Blue) = 52+9+13=74 (9% of max value = 765). Red value is 52 (20.70% from 255 or 70.27% from 74); Green value is 9 (3.91% from 255 or 12.16% from 74); Blue value is 13 (5.47% from 255 or 17.57% from 74); Max value from RGB is 52 - color contains mainly: red. Hex color #34090D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #34090D is #CBF6F2. Grayscale: #161616. Windows color (decimal): -13367027 or 854324. OLE color: 854324.

HSL color Cylindrical-coordinate representation of color #34090D: hue angle of 354.42º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #34090D is Cyan = 0, Magento = 0.83, Yellow = 0.75 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 9 13 -
CMYK 0 0.83 0.75 0.80
HSL 354.42º 0.7% 0.12% -
HSV(B) 354.42º 0.83% 0.2% -
XYZ 1.59 0.95 0.48 -
YUV 22.31 122.75 149.17 -
System Red Green Blue C M Y K H S L
Decimal 52 9 13 0 0.83 0.75 0.80 354.42 0.7 0.12
Hex 34 9 D 0 53 4B 50 162 46 C
Octal 64 11 15 0 123 113 120 542 106 14
Binary 110100 1001 1101 0 1010011 1001011 1010000 101100010 1000110 1100

Color Harmonies of #34090D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34090D

Black with #34090D

Text Example


Text Example

White with #34090D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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