Html Css Color HEX #130A0C Rustic Red

📋 copy color: '#130A0C'

red 19 ◦ green 10 ◦ blue 12

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

Shades of Rustic Red #130A0C

Tints of Rustic Red #130A0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 29.27%

R = 46.34%
G = 24.39%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.37

 K value IS 0.93

RGB Variations

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

Color information

#130A0C (or 0x130A0C) is known color: Rustic Red. HEX triplet: 13, 0A and 0C. RGB value is (19,10,12). Sum of RGB (Red+Green+Blue) = 19+10+12=41 (5% of max value = 765). Red value is 19 (7.81% from 255 or 46.34% from 41); Green value is 10 (4.30% from 255 or 24.39% from 41); Blue value is 12 (5.08% from 255 or 29.27% from 41); Max value from RGB is 19 - color contains mainly: red. Hex color #130A0C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130A0C is #ECF5F3. Grayscale: #0C0C0C. Windows color (decimal): -15529460 or 789011. OLE color: 789011.

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

Color convert

RGB 19 10 12 -
CMYK 0 0.47 0.37 0.93
HSL 346.67º 0.31% 0.06% -
HSV(B) 346.67º 0.47% 0.07% -
XYZ 0.44 0.38 0.4 -
YUV 12.92 127.48 132.34 -
System Red Green Blue C M Y K H S L
Decimal 19 10 12 0 0.47 0.37 0.93 346.67 0.31 0.06
Hex 13 A C 0 2F 25 5D 15B 1F 6
Octal 23 12 14 0 57 45 135 533 37 6
Binary 10011 1010 1100 0 101111 100101 1011101 101011011 11111 110

Color Harmonies of #130A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130A0C

Black with #130A0C

Text Example


Text Example

White with #130A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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