Html Css Color HEX #130003 Rustic Red

📋 copy color: '#130003'

red 19 ◦ green 0 ◦ blue 3

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

Shades of Rustic Red #130003

Tints of Rustic Red #130003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 13.64%

R = 86.36%
G = 0%
B = 13.64%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.84

 K value IS 0.93

RGB Variations

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

Color information

#130003 (or 0x130003) is known color: Rustic Red. HEX triplet: 13, 00 and 03. RGB value is (19,0,3). Sum of RGB (Red+Green+Blue) = 19+0+3=22 (2% of max value = 765). Red value is 19 (7.81% from 255 or 86.36% from 22); Green value is 0 (0.39% from 255 or 0% from 22); Blue value is 3 (1.56% from 255 or 13.64% from 22); Max value from RGB is 19 - color contains mainly: red. Hex color #130003 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130003 is #ECFFFC. Grayscale: #060606. Windows color (decimal): -15532029 or 196627. OLE color: 196627.

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

Color convert

RGB 19 0 3 -
CMYK 0 1 0.84 0.93
HSL 350.53º 1% 0.04% -
HSV(B) 350.53º 1% 0.07% -
XYZ 0.28 0.15 0.1 -
YUV 6.02 126.29 137.26 -
System Red Green Blue C M Y K H S L
Decimal 19 0 3 0 1 0.84 0.93 350.53 1 0.04
Hex 13 0 3 0 64 54 5D 15F 64 4
Octal 23 0 3 0 144 124 135 537 144 4
Binary 10011 0 11 0 1100100 1010100 1011101 101011111 1100100 100

Color Harmonies of #130003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130003

Black with #130003

Text Example


Text Example

White with #130003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130003; }

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

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

background-color css

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

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

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

border-color css

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

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

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