Html Css Color HEX #13020B Rustic Red

📋 copy color: '#13020B'

red 19 ◦ green 2 ◦ blue 11

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

Shades of Rustic Red #13020B

Tints of Rustic Red #13020B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 6.25%

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

R = 59.38%
G = 6.25%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.42

 K value IS 0.93

RGB Variations

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

Color information

#13020B (or 0x13020B) is known color: Rustic Red. HEX triplet: 13, 02 and 0B. RGB value is (19,2,11). Sum of RGB (Red+Green+Blue) = 19+2+11=32 (4% of max value = 765). Red value is 19 (7.81% from 255 or 59.38% from 32); Green value is 2 (1.17% from 255 or 6.25% from 32); Blue value is 11 (4.69% from 255 or 34.38% from 32); Max value from RGB is 19 - color contains mainly: red. Hex color #13020B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13020B is #ECFDF4. Grayscale: #080808. Windows color (decimal): -15531509 or 721427. OLE color: 721427.

HSL color Cylindrical-coordinate representation of color #13020B: hue angle of 328.24º degrees, saturation: 0.81, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13020B is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.93.

Color convert

RGB 19 2 11 -
CMYK 0 0.89 0.42 0.93
HSL 328.24º 0.81% 0.04% -
HSV(B) 328.24º 0.89% 0.07% -
XYZ 0.35 0.21 0.34 -
YUV 8.11 129.63 135.77 -
System Red Green Blue C M Y K H S L
Decimal 19 2 11 0 0.89 0.42 0.93 328.24 0.81 0.04
Hex 13 2 B 0 59 2A 5D 148 51 4
Octal 23 2 13 0 131 52 135 510 121 4
Binary 10011 10 1011 0 1011001 101010 1011101 101001000 1010001 100

Color Harmonies of #13020B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13020B

Black with #13020B

Text Example


Text Example

White with #13020B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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