Html Css Color HEX #13060B Rustic Red

📋 copy color: '#13060B'

red 19 ◦ green 6 ◦ blue 11

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

Shades of Rustic Red #13060B

Tints of Rustic Red #13060B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 30.56%

R = 52.78%
G = 16.67%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.42

 K value IS 0.93

RGB Variations

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

Color information

#13060B (or 0x13060B) is known color: Rustic Red. HEX triplet: 13, 06 and 0B. RGB value is (19,6,11). Sum of RGB (Red+Green+Blue) = 19+6+11=36 (4% of max value = 765). Red value is 19 (7.81% from 255 or 52.78% from 36); Green value is 6 (2.73% from 255 or 16.67% from 36); Blue value is 11 (4.69% from 255 or 30.56% from 36); Max value from RGB is 19 - color contains mainly: red. Hex color #13060B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13060B is #ECF9F4. Grayscale: #0A0A0A. Windows color (decimal): -15530485 or 722451. OLE color: 722451.

HSL color Cylindrical-coordinate representation of color #13060B: hue angle of 336.92º 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 #13060B is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.93.

Color convert

RGB 19 6 11 -
CMYK 0 0.68 0.42 0.93
HSL 336.92º 0.52% 0.05% -
HSV(B) 336.92º 0.68% 0.07% -
XYZ 0.39 0.29 0.35 -
YUV 10.46 128.31 134.09 -
System Red Green Blue C M Y K H S L
Decimal 19 6 11 0 0.68 0.42 0.93 336.92 0.52 0.05
Hex 13 6 B 0 44 2A 5D 151 34 5
Octal 23 6 13 0 104 52 135 521 64 5
Binary 10011 110 1011 0 1000100 101010 1011101 101010001 110100 101

Color Harmonies of #13060B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13060B

Black with #13060B

Text Example


Text Example

White with #13060B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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