Html Css Color HEX #13060D Rustic Red

📋 copy color: '#13060D'

red 19 ◦ green 6 ◦ blue 13

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

Shades of Rustic Red #13060D

Tints of Rustic Red #13060D

RGB

 RED value IS 19 (7.81% from 255) = 50%

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

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

R = 50%
G = 15.79%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.32

 K value IS 0.93

RGB Variations

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

Color information

#13060D (or 0x13060D) is known color: Rustic Red. HEX triplet: 13, 06 and 0D. RGB value is (19,6,13). Sum of RGB (Red+Green+Blue) = 19+6+13=38 (5% of max value = 765). Red value is 19 (7.81% from 255 or 50% from 38); Green value is 6 (2.73% from 255 or 15.79% from 38); Blue value is 13 (5.47% from 255 or 34.21% from 38); Max value from RGB is 19 - color contains mainly: red. Hex color #13060D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13060D is #ECF9F2. Grayscale: #0A0A0A. Windows color (decimal): -15530483 or 853523. OLE color: 853523.

HSL color Cylindrical-coordinate representation of color #13060D: hue angle of 327.69º degrees, saturation: 0.52, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #13060D is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.93.

Color convert

RGB 19 6 13 -
CMYK 0 0.68 0.32 0.93
HSL 327.69º 0.52% 0.05% -
HSV(B) 327.69º 0.68% 0.07% -
XYZ 0.41 0.3 0.42 -
YUV 10.69 129.31 133.93 -
System Red Green Blue C M Y K H S L
Decimal 19 6 13 0 0.68 0.32 0.93 327.69 0.52 0.05
Hex 13 6 D 0 44 20 5D 148 34 5
Octal 23 6 15 0 104 40 135 510 64 5
Binary 10011 110 1101 0 1000100 100000 1011101 101001000 110100 101

Color Harmonies of #13060D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13060D

Black with #13060D

Text Example


Text Example

White with #13060D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,6,13); }

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

background-color css

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

 a { background-color: rgb(19,6,13); }

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

border-color css

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

 span { border-color: rgb(19,6,13); }

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