Html Css Color HEX #130005 Rustic Red

📋 copy color: '#130005'

red 19 ◦ green 0 ◦ blue 5

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

Shades of Rustic Red #130005

Tints of Rustic Red #130005

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 79.17%
G = 0%
B = 20.83%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.74

 K value IS 0.93

RGB Variations

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

Color information

#130005 (or 0x130005) is known color: Rustic Red. HEX triplet: 13, 00 and 05. RGB value is (19,0,5). Sum of RGB (Red+Green+Blue) = 19+0+5=24 (3% of max value = 765). Red value is 19 (7.81% from 255 or 79.17% from 24); Green value is 0 (0.39% from 255 or 0% from 24); Blue value is 5 (2.34% from 255 or 20.83% from 24); Max value from RGB is 19 - color contains mainly: red. Hex color #130005 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130005 is #ECFFFA. Grayscale: #060606. Windows color (decimal): -15532027 or 327699. OLE color: 327699.

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

Color convert

RGB 19 0 5 -
CMYK 0 1 0.74 0.93
HSL 344.21º 1% 0.04% -
HSV(B) 344.21º 1% 0.07% -
XYZ 0.3 0.15 0.16 -
YUV 6.25 127.29 137.09 -
System Red Green Blue C M Y K H S L
Decimal 19 0 5 0 1 0.74 0.93 344.21 1 0.04
Hex 13 0 5 0 64 4A 5D 158 64 4
Octal 23 0 5 0 144 112 135 530 144 4
Binary 10011 0 101 0 1100100 1001010 1011101 101011000 1100100 100

Color Harmonies of #130005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130005

Black with #130005

Text Example


Text Example

White with #130005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130005; }

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

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

background-color css

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

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

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

border-color css

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

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

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