Html Css Color HEX #130305 Rustic Red

📋 copy color: '#130305'

red 19 ◦ green 3 ◦ blue 5

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

Shades of Rustic Red #130305

Tints of Rustic Red #130305

RGB

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

 GREEN value IS 3 (1.56% from 255) = 11.11%

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

R = 70.37%
G = 11.11%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.74

 K value IS 0.93

RGB Variations

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

Color information

#130305 (or 0x130305) is known color: Rustic Red. HEX triplet: 13, 03 and 05. RGB value is (19,3,5). Sum of RGB (Red+Green+Blue) = 19+3+5=27 (3% of max value = 765). Red value is 19 (7.81% from 255 or 70.37% from 27); Green value is 3 (1.56% from 255 or 11.11% from 27); Blue value is 5 (2.34% from 255 or 18.52% from 27); Max value from RGB is 19 - color contains mainly: red. Hex color #130305 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130305 is #ECFCFA. Grayscale: #080808. Windows color (decimal): -15531259 or 328467. OLE color: 328467.

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

Color convert

RGB 19 3 5 -
CMYK 0 0.84 0.74 0.93
HSL 352.5º 0.73% 0.04% -
HSV(B) 352.5º 0.84% 0.07% -
XYZ 0.33 0.21 0.17 -
YUV 8.01 126.3 135.84 -
System Red Green Blue C M Y K H S L
Decimal 19 3 5 0 0.84 0.74 0.93 352.5 0.73 0.04
Hex 13 3 5 0 54 4A 5D 160 49 4
Octal 23 3 5 0 124 112 135 540 111 4
Binary 10011 11 101 0 1010100 1001010 1011101 101100000 1001001 100

Color Harmonies of #130305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130305

Black with #130305

Text Example


Text Example

White with #130305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130305; }

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

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

background-color css

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

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

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

border-color css

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

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

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