Html Css Color HEX #130407 Rustic Red

📋 copy color: '#130407'

red 19 ◦ green 4 ◦ blue 7

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

Shades of Rustic Red #130407

Tints of Rustic Red #130407

RGB

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

 GREEN value IS 4 (1.95% from 255) = 13.33%

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

R = 63.33%
G = 13.33%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.63

 K value IS 0.93

RGB Variations

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

Color information

#130407 (or 0x130407) is known color: Rustic Red. HEX triplet: 13, 04 and 07. RGB value is (19,4,7). Sum of RGB (Red+Green+Blue) = 19+4+7=30 (3% of max value = 765). Red value is 19 (7.81% from 255 or 63.33% from 30); Green value is 4 (1.95% from 255 or 13.33% from 30); Blue value is 7 (3.12% from 255 or 23.33% from 30); Max value from RGB is 19 - color contains mainly: red. Hex color #130407 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130407 is #ECFBF8. Grayscale: #080808. Windows color (decimal): -15531001 or 459795. OLE color: 459795.

HSL color Cylindrical-coordinate representation of color #130407: hue angle of 348º degrees, saturation: 0.65, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #130407 is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.93.

Color convert

RGB 19 4 7 -
CMYK 0 0.79 0.63 0.93
HSL 348º 0.65% 0.05% -
HSV(B) 348º 0.79% 0.07% -
XYZ 0.35 0.24 0.23 -
YUV 8.83 126.97 135.26 -
System Red Green Blue C M Y K H S L
Decimal 19 4 7 0 0.79 0.63 0.93 348 0.65 0.05
Hex 13 4 7 0 4F 3F 5D 15C 41 5
Octal 23 4 7 0 117 77 135 534 101 5
Binary 10011 100 111 0 1001111 111111 1011101 101011100 1000001 101

Color Harmonies of #130407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130407

Black with #130407

Text Example


Text Example

White with #130407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130407; }

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

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

background-color css

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

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

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

border-color css

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

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

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