Html Css Color HEX #130408 Rustic Red

📋 copy color: '#130408'

red 19 ◦ green 4 ◦ blue 8

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

Shades of Rustic Red #130408

Tints of Rustic Red #130408

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 25.81%

R = 61.29%
G = 12.9%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.58

 K value IS 0.93

RGB Variations

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

Color information

#130408 (or 0x130408) is known color: Rustic Red. HEX triplet: 13, 04 and 08. RGB value is (19,4,8). Sum of RGB (Red+Green+Blue) = 19+4+8=31 (4% of max value = 765). Red value is 19 (7.81% from 255 or 61.29% from 31); Green value is 4 (1.95% from 255 or 12.90% from 31); Blue value is 8 (3.52% from 255 or 25.81% from 31); Max value from RGB is 19 - color contains mainly: red. Hex color #130408 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130408 is #ECFBF7. Grayscale: #080808. Windows color (decimal): -15531000 or 525331. OLE color: 525331.

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

Color convert

RGB 19 4 8 -
CMYK 0 0.79 0.58 0.93
HSL 344º 0.65% 0.05% -
HSV(B) 344º 0.79% 0.07% -
XYZ 0.36 0.24 0.26 -
YUV 8.94 127.47 135.17 -
System Red Green Blue C M Y K H S L
Decimal 19 4 8 0 0.79 0.58 0.93 344 0.65 0.05
Hex 13 4 8 0 4F 3A 5D 158 41 5
Octal 23 4 10 0 117 72 135 530 101 5
Binary 10011 100 1000 0 1001111 111010 1011101 101011000 1000001 101

Color Harmonies of #130408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130408

Black with #130408

Text Example


Text Example

White with #130408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130408; }

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

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

background-color css

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

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

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

border-color css

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

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

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