Html Css Color HEX #130F11 Rustic Red

📋 copy color: '#130F11'

red 19 ◦ green 15 ◦ blue 17

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

Shades of Rustic Red #130F11

Tints of Rustic Red #130F11

RGB

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

 GREEN value IS 15 (6.25% from 255) = 29.41%

 BLUE value IS 17 (7.03% from 255) = 33.33%

R = 37.25%
G = 29.41%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.11

 K value IS 0.93

RGB Variations

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

Color information

#130F11 (or 0x130F11) is known color: Rustic Red. HEX triplet: 13, 0F and 11. RGB value is (19,15,17). Sum of RGB (Red+Green+Blue) = 19+15+17=51 (6% of max value = 765). Red value is 19 (7.81% from 255 or 37.25% from 51); Green value is 15 (6.25% from 255 or 29.41% from 51); Blue value is 17 (7.03% from 255 or 33.33% from 51); Max value from RGB is 19 - color contains mainly: red. Hex color #130F11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130F11 is #ECF0EE. Grayscale: #101010. Windows color (decimal): -15528175 or 1117971. OLE color: 1117971.

HSL color Cylindrical-coordinate representation of color #130F11: hue angle of 330º degrees, saturation: 0.12, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #130F11 is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.93.

Color convert

RGB 19 15 17 -
CMYK 0 0.21 0.11 0.93
HSL 330º 0.12% 0.07% -
HSV(B) 330º 0.21% 0.07% -
XYZ 0.54 0.52 0.6 -
YUV 16.42 128.33 129.84 -
System Red Green Blue C M Y K H S L
Decimal 19 15 17 0 0.21 0.11 0.93 330 0.12 0.07
Hex 13 F 11 0 15 B 5D 14A C 7
Octal 23 17 21 0 25 13 135 512 14 7
Binary 10011 1111 10001 0 10101 1011 1011101 101001010 1100 111

Color Harmonies of #130F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130F11

Black with #130F11

Text Example


Text Example

White with #130F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130F11; }

 p { color: rgb(19,15,17); }

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

background-color css

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

 a { background-color: rgb(19,15,17); }

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

border-color css

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

 span { border-color: rgb(19,15,17); }

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