Html Css Color HEX #130509 Rustic Red

📋 copy color: '#130509'

red 19 ◦ green 5 ◦ blue 9

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

Shades of Rustic Red #130509

Tints of Rustic Red #130509

RGB

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

 GREEN value IS 5 (2.34% from 255) = 15.15%

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

R = 57.58%
G = 15.15%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.53

 K value IS 0.93

RGB Variations

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

Color information

#130509 (or 0x130509) is known color: Rustic Red. HEX triplet: 13, 05 and 09. RGB value is (19,5,9). Sum of RGB (Red+Green+Blue) = 19+5+9=33 (4% of max value = 765). Red value is 19 (7.81% from 255 or 57.58% from 33); Green value is 5 (2.34% from 255 or 15.15% from 33); Blue value is 9 (3.91% from 255 or 27.27% from 33); Max value from RGB is 19 - color contains mainly: red. Hex color #130509 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130509 is #ECFAF6. Grayscale: #090909. Windows color (decimal): -15530743 or 591123. OLE color: 591123.

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

Color convert

RGB 19 5 9 -
CMYK 0 0.74 0.53 0.93
HSL 342.86º 0.58% 0.05% -
HSV(B) 342.86º 0.74% 0.07% -
XYZ 0.37 0.27 0.29 -
YUV 9.64 127.64 134.67 -
System Red Green Blue C M Y K H S L
Decimal 19 5 9 0 0.74 0.53 0.93 342.86 0.58 0.05
Hex 13 5 9 0 4A 35 5D 157 3A 5
Octal 23 5 11 0 112 65 135 527 72 5
Binary 10011 101 1001 0 1001010 110101 1011101 101010111 111010 101

Color Harmonies of #130509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130509

Black with #130509

Text Example


Text Example

White with #130509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130509; }

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

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

background-color css

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

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

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

border-color css

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

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

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