Html Css Color HEX #130309 Rustic Red

📋 copy color: '#130309'

red 19 ◦ green 3 ◦ blue 9

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

Shades of Rustic Red #130309

Tints of Rustic Red #130309

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 29.03%

R = 61.29%
G = 9.68%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.53

 K value IS 0.93

RGB Variations

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

Color information

#130309 (or 0x130309) is known color: Rustic Red. HEX triplet: 13, 03 and 09. RGB value is (19,3,9). Sum of RGB (Red+Green+Blue) = 19+3+9=31 (4% of max value = 765). Red value is 19 (7.81% from 255 or 61.29% from 31); Green value is 3 (1.56% from 255 or 9.68% from 31); Blue value is 9 (3.91% from 255 or 29.03% from 31); Max value from RGB is 19 - color contains mainly: red. Hex color #130309 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130309 is #ECFCF6. Grayscale: #080808. Windows color (decimal): -15531255 or 590611. OLE color: 590611.

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

Color convert

RGB 19 3 9 -
CMYK 0 0.84 0.53 0.93
HSL 337.5º 0.73% 0.04% -
HSV(B) 337.5º 0.84% 0.07% -
XYZ 0.35 0.22 0.28 -
YUV 8.47 128.3 135.51 -
System Red Green Blue C M Y K H S L
Decimal 19 3 9 0 0.84 0.53 0.93 337.5 0.73 0.04
Hex 13 3 9 0 54 35 5D 152 49 4
Octal 23 3 11 0 124 65 135 522 111 4
Binary 10011 11 1001 0 1010100 110101 1011101 101010010 1001001 100

Color Harmonies of #130309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130309

Black with #130309

Text Example


Text Example

White with #130309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130309; }

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

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

background-color css

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

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

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

border-color css

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

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

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