Html Css Color HEX #130009 Rustic Red

📋 copy color: '#130009'

red 19 ◦ green 0 ◦ blue 9

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

Shades of Rustic Red #130009

Tints of Rustic Red #130009

RGB

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

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

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

R = 67.86%
G = 0%
B = 32.14%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.53

 K value IS 0.93

RGB Variations

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

Color information

#130009 (or 0x130009) is known color: Rustic Red. HEX triplet: 13, 00 and 09. RGB value is (19,0,9). Sum of RGB (Red+Green+Blue) = 19+0+9=28 (3% of max value = 765). Red value is 19 (7.81% from 255 or 67.86% from 28); Green value is 0 (0.39% from 255 or 0% from 28); Blue value is 9 (3.91% from 255 or 32.14% from 28); Max value from RGB is 19 - color contains mainly: red. Hex color #130009 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130009 is #ECFFF6. Grayscale: #060606. Windows color (decimal): -15532023 or 589843. OLE color: 589843.

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

Color convert

RGB 19 0 9 -
CMYK 0 1 0.53 0.93
HSL 331.58º 1% 0.04% -
HSV(B) 331.58º 1% 0.07% -
XYZ 0.32 0.16 0.27 -
YUV 6.71 129.29 136.77 -
System Red Green Blue C M Y K H S L
Decimal 19 0 9 0 1 0.53 0.93 331.58 1 0.04
Hex 13 0 9 0 64 35 5D 14C 64 4
Octal 23 0 11 0 144 65 135 514 144 4
Binary 10011 0 1001 0 1100100 110101 1011101 101001100 1100100 100

Color Harmonies of #130009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130009

Black with #130009

Text Example


Text Example

White with #130009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130009; }

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

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

background-color css

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

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

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

border-color css

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

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

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