Html Css Color HEX #13020A Rustic Red

📋 copy color: '#13020A'

red 19 ◦ green 2 ◦ blue 10

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

Shades of Rustic Red #13020A

Tints of Rustic Red #13020A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 32.26%

R = 61.29%
G = 6.45%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.47

 K value IS 0.93

RGB Variations

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

Color information

#13020A (or 0x13020A) is known color: Rustic Red. HEX triplet: 13, 02 and 0A. RGB value is (19,2,10). Sum of RGB (Red+Green+Blue) = 19+2+10=31 (4% of max value = 765). Red value is 19 (7.81% from 255 or 61.29% from 31); Green value is 2 (1.17% from 255 or 6.45% from 31); Blue value is 10 (4.30% from 255 or 32.26% from 31); Max value from RGB is 19 - color contains mainly: red. Hex color #13020A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13020A is #ECFDF5. Grayscale: #070707. Windows color (decimal): -15531510 or 655891. OLE color: 655891.

HSL color Cylindrical-coordinate representation of color #13020A: hue angle of 331.76º 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 #13020A is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.93.

Color convert

RGB 19 2 10 -
CMYK 0 0.89 0.47 0.93
HSL 331.76º 0.81% 0.04% -
HSV(B) 331.76º 0.89% 0.07% -
XYZ 0.35 0.2 0.31 -
YUV 8 129.13 135.85 -
System Red Green Blue C M Y K H S L
Decimal 19 2 10 0 0.89 0.47 0.93 331.76 0.81 0.04
Hex 13 2 A 0 59 2F 5D 14C 51 4
Octal 23 2 12 0 131 57 135 514 121 4
Binary 10011 10 1010 0 1011001 101111 1011101 101001100 1010001 100

Color Harmonies of #13020A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13020A

Black with #13020A

Text Example


Text Example

White with #13020A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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