Html Css Color HEX #130F10 Rustic Red

📋 copy color: '#130F10'

red 19 ◦ green 15 ◦ blue 16

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

Shades of Rustic Red #130F10

Tints of Rustic Red #130F10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 32%

R = 38%
G = 30%
B = 32%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.16

 K value IS 0.93

RGB Variations

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

Color information

#130F10 (or 0x130F10) is known color: Rustic Red. HEX triplet: 13, 0F and 10. RGB value is (19,15,16). Sum of RGB (Red+Green+Blue) = 19+15+16=50 (6% of max value = 765). Red value is 19 (7.81% from 255 or 38% from 50); Green value is 15 (6.25% from 255 or 30% from 50); Blue value is 16 (6.64% from 255 or 32% from 50); Max value from RGB is 19 - color contains mainly: red. Hex color #130F10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130F10 is #ECF0EF. Grayscale: #101010. Windows color (decimal): -15528176 or 1052435. OLE color: 1052435.

HSL color Cylindrical-coordinate representation of color #130F10: hue angle of 345º 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 #130F10 is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.93.

Color convert

RGB 19 15 16 -
CMYK 0 0.21 0.16 0.93
HSL 345º 0.12% 0.07% -
HSV(B) 345º 0.21% 0.07% -
XYZ 0.53 0.52 0.56 -
YUV 16.31 127.83 129.92 -
System Red Green Blue C M Y K H S L
Decimal 19 15 16 0 0.21 0.16 0.93 345 0.12 0.07
Hex 13 F 10 0 15 10 5D 159 C 7
Octal 23 17 20 0 25 20 135 531 14 7
Binary 10011 1111 10000 0 10101 10000 1011101 101011001 1100 111

Color Harmonies of #130F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130F10

Black with #130F10

Text Example


Text Example

White with #130F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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