Html Css Color HEX #130007 Rustic Red

📋 copy color: '#130007'

red 19 ◦ green 0 ◦ blue 7

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

Shades of Rustic Red #130007

Tints of Rustic Red #130007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 26.92%

R = 73.08%
G = 0%
B = 26.92%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.63

 K value IS 0.93

RGB Variations

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

Color information

#130007 (or 0x130007) is known color: Rustic Red. HEX triplet: 13, 00 and 07. RGB value is (19,0,7). Sum of RGB (Red+Green+Blue) = 19+0+7=26 (3% of max value = 765). Red value is 19 (7.81% from 255 or 73.08% from 26); Green value is 0 (0.39% from 255 or 0% from 26); Blue value is 7 (3.12% from 255 or 26.92% from 26); Max value from RGB is 19 - color contains mainly: red. Hex color #130007 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130007 is #ECFFF8. Grayscale: #060606. Windows color (decimal): -15532025 or 458771. OLE color: 458771.

HSL color Cylindrical-coordinate representation of color #130007: hue angle of 337.89º 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 #130007 is Cyan = 0, Magento = 1, Yellow = 0.63 and Black (K on CMYK) = 0.93.

Color convert

RGB 19 0 7 -
CMYK 0 1 0.63 0.93
HSL 337.89º 1% 0.04% -
HSV(B) 337.89º 1% 0.07% -
XYZ 0.31 0.15 0.21 -
YUV 6.48 128.29 136.93 -
System Red Green Blue C M Y K H S L
Decimal 19 0 7 0 1 0.63 0.93 337.89 1 0.04
Hex 13 0 7 0 64 3F 5D 152 64 4
Octal 23 0 7 0 144 77 135 522 144 4
Binary 10011 0 111 0 1100100 111111 1011101 101010010 1100100 100

Color Harmonies of #130007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130007

Black with #130007

Text Example


Text Example

White with #130007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130007; }

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

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

background-color css

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

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

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

border-color css

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

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

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