Html Css Color HEX #130205 Rustic Red

📋 copy color: '#130205'

red 19 ◦ green 2 ◦ blue 5

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

Shades of Rustic Red #130205

Tints of Rustic Red #130205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 19.23%

R = 73.08%
G = 7.69%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.74

 K value IS 0.93

RGB Variations

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

Color information

#130205 (or 0x130205) is known color: Rustic Red. HEX triplet: 13, 02 and 05. RGB value is (19,2,5). Sum of RGB (Red+Green+Blue) = 19+2+5=26 (3% of max value = 765). Red value is 19 (7.81% from 255 or 73.08% from 26); Green value is 2 (1.17% from 255 or 7.69% from 26); Blue value is 5 (2.34% from 255 or 19.23% from 26); Max value from RGB is 19 - color contains mainly: red. Hex color #130205 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130205 is #ECFDFA. Grayscale: #070707. Windows color (decimal): -15531515 or 328211. OLE color: 328211.

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

Color convert

RGB 19 2 5 -
CMYK 0 0.89 0.74 0.93
HSL 349.41º 0.81% 0.04% -
HSV(B) 349.41º 0.89% 0.07% -
XYZ 0.32 0.19 0.16 -
YUV 7.43 126.63 136.26 -
System Red Green Blue C M Y K H S L
Decimal 19 2 5 0 0.89 0.74 0.93 349.41 0.81 0.04
Hex 13 2 5 0 59 4A 5D 15D 51 4
Octal 23 2 5 0 131 112 135 535 121 4
Binary 10011 10 101 0 1011001 1001010 1011101 101011101 1010001 100

Color Harmonies of #130205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130205

Black with #130205

Text Example


Text Example

White with #130205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130205; }

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

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

background-color css

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

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

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

border-color css

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

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

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