Html Css Color HEX #130A0D Rustic Red

📋 copy color: '#130A0D'

red 19 ◦ green 10 ◦ blue 13

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

Shades of Rustic Red #130A0D

Tints of Rustic Red #130A0D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 23.81%

 BLUE value IS 13 (5.47% from 255) = 30.95%

R = 45.24%
G = 23.81%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.32

 K value IS 0.93

RGB Variations

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

Color information

#130A0D (or 0x130A0D) is known color: Rustic Red. HEX triplet: 13, 0A and 0D. RGB value is (19,10,13). Sum of RGB (Red+Green+Blue) = 19+10+13=42 (5% of max value = 765). Red value is 19 (7.81% from 255 or 45.24% from 42); Green value is 10 (4.30% from 255 or 23.81% from 42); Blue value is 13 (5.47% from 255 or 30.95% from 42); Max value from RGB is 19 - color contains mainly: red. Hex color #130A0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130A0D is #ECF5F2. Grayscale: #0D0D0D. Windows color (decimal): -15529459 or 854547. OLE color: 854547.

HSL color Cylindrical-coordinate representation of color #130A0D: hue angle of 340º degrees, saturation: 0.31, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #130A0D is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.93.

Color convert

RGB 19 10 13 -
CMYK 0 0.47 0.32 0.93
HSL 340º 0.31% 0.06% -
HSV(B) 340º 0.47% 0.07% -
XYZ 0.45 0.38 0.43 -
YUV 13.03 127.98 132.26 -
System Red Green Blue C M Y K H S L
Decimal 19 10 13 0 0.47 0.32 0.93 340 0.31 0.06
Hex 13 A D 0 2F 20 5D 154 1F 6
Octal 23 12 15 0 57 40 135 524 37 6
Binary 10011 1010 1101 0 101111 100000 1011101 101010100 11111 110

Color Harmonies of #130A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130A0D

Black with #130A0D

Text Example


Text Example

White with #130A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,10,13); }

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

background-color css

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

 a { background-color: rgb(19,10,13); }

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

border-color css

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

 span { border-color: rgb(19,10,13); }

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