Html Css Color HEX #130709 Rustic Red

📋 copy color: '#130709'

red 19 ◦ green 7 ◦ blue 9

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

Shades of Rustic Red #130709

Tints of Rustic Red #130709

RGB

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

 GREEN value IS 7 (3.13% from 255) = 20%

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

R = 54.29%
G = 20%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.53

 K value IS 0.93

RGB Variations

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

Color information

#130709 (or 0x130709) is known color: Rustic Red. HEX triplet: 13, 07 and 09. RGB value is (19,7,9). Sum of RGB (Red+Green+Blue) = 19+7+9=35 (4% of max value = 765). Red value is 19 (7.81% from 255 or 54.29% from 35); Green value is 7 (3.12% from 255 or 20% from 35); Blue value is 9 (3.91% from 255 or 25.71% from 35); Max value from RGB is 19 - color contains mainly: red. Hex color #130709 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130709 is #ECF8F6. Grayscale: #0A0A0A. Windows color (decimal): -15530231 or 591635. OLE color: 591635.

HSL color Cylindrical-coordinate representation of color #130709: hue angle of 350º degrees, saturation: 0.46, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #130709 is Cyan = 0, Magento = 0.63, Yellow = 0.53 and Black (K on CMYK) = 0.93.

Color convert

RGB 19 7 9 -
CMYK 0 0.63 0.53 0.93
HSL 350º 0.46% 0.05% -
HSV(B) 350º 0.63% 0.07% -
XYZ 0.39 0.31 0.3 -
YUV 10.82 126.98 133.84 -
System Red Green Blue C M Y K H S L
Decimal 19 7 9 0 0.63 0.53 0.93 350 0.46 0.05
Hex 13 7 9 0 3F 35 5D 15E 2E 5
Octal 23 7 11 0 77 65 135 536 56 5
Binary 10011 111 1001 0 111111 110101 1011101 101011110 101110 101

Color Harmonies of #130709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130709

Black with #130709

Text Example


Text Example

White with #130709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130709; }

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

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

background-color css

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

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

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

border-color css

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

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

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