Html Css Color HEX #130006 Rustic Red

📋 copy color: '#130006'

red 19 ◦ green 0 ◦ blue 6

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

Shades of Rustic Red #130006

Tints of Rustic Red #130006

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 6 (2.73% from 255) = 24%

R = 76%
G = 0%
B = 24%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.68

 K value IS 0.93

RGB Variations

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

Color information

#130006 (or 0x130006) is known color: Rustic Red. HEX triplet: 13, 00 and 06. RGB value is (19,0,6). Sum of RGB (Red+Green+Blue) = 19+0+6=25 (3% of max value = 765). Red value is 19 (7.81% from 255 or 76% from 25); Green value is 0 (0.39% from 255 or 0% from 25); Blue value is 6 (2.73% from 255 or 24% from 25); Max value from RGB is 19 - color contains mainly: red. Hex color #130006 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130006 is #ECFFF9. Grayscale: #060606. Windows color (decimal): -15532026 or 393235. OLE color: 393235.

HSL color Cylindrical-coordinate representation of color #130006: hue angle of 341.05º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #130006 is Cyan = 0, Magento = 1, Yellow = 0.68 and Black (K on CMYK) = 0.93.

Color convert

RGB 19 0 6 -
CMYK 0 1 0.68 0.93
HSL 341.05º 1% 0.04% -
HSV(B) 341.05º 1% 0.07% -
XYZ 0.3 0.15 0.19 -
YUV 6.37 127.79 137.01 -
System Red Green Blue C M Y K H S L
Decimal 19 0 6 0 1 0.68 0.93 341.05 1 0.04
Hex 13 0 6 0 64 44 5D 155 64 4
Octal 23 0 6 0 144 104 135 525 144 4
Binary 10011 0 110 0 1100100 1000100 1011101 101010101 1100100 100

Color Harmonies of #130006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130006

Black with #130006

Text Example


Text Example

White with #130006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130006; }

 p { color: rgb(19,0,6); }

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

background-color css

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

 a { background-color: rgb(19,0,6); }

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

border-color css

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

 span { border-color: rgb(19,0,6); }

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