Html Css Color HEX #130004 Rustic Red

📋 copy color: '#130004'

red 19 ◦ green 0 ◦ blue 4

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

Shades of Rustic Red #130004

Tints of Rustic Red #130004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 17.39%

R = 82.61%
G = 0%
B = 17.39%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.79

 K value IS 0.93

RGB Variations

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

Color information

#130004 (or 0x130004) is known color: Rustic Red. HEX triplet: 13, 00 and 04. RGB value is (19,0,4). Sum of RGB (Red+Green+Blue) = 19+0+4=23 (3% of max value = 765). Red value is 19 (7.81% from 255 or 82.61% from 23); Green value is 0 (0.39% from 255 or 0% from 23); Blue value is 4 (1.95% from 255 or 17.39% from 23); Max value from RGB is 19 - color contains mainly: red. Hex color #130004 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130004 is #ECFFFB. Grayscale: #060606. Windows color (decimal): -15532028 or 262163. OLE color: 262163.

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

Color convert

RGB 19 0 4 -
CMYK 0 1 0.79 0.93
HSL 347.37º 1% 0.04% -
HSV(B) 347.37º 1% 0.07% -
XYZ 0.29 0.15 0.13 -
YUV 6.14 126.79 137.17 -
System Red Green Blue C M Y K H S L
Decimal 19 0 4 0 1 0.79 0.93 347.37 1 0.04
Hex 13 0 4 0 64 4F 5D 15B 64 4
Octal 23 0 4 0 144 117 135 533 144 4
Binary 10011 0 100 0 1100100 1001111 1011101 101011011 1100100 100

Color Harmonies of #130004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130004

Black with #130004

Text Example


Text Example

White with #130004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130004; }

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

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

background-color css

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

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

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

border-color css

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

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

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