Html Css Color HEX #130508 Rustic Red

📋 copy color: '#130508'

red 19 ◦ green 5 ◦ blue 8

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

Shades of Rustic Red #130508

Tints of Rustic Red #130508

RGB

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

 GREEN value IS 5 (2.34% from 255) = 15.63%

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

R = 59.38%
G = 15.63%
B = 25%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.58

 K value IS 0.93

RGB Variations

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

Color information

#130508 (or 0x130508) is known color: Rustic Red. HEX triplet: 13, 05 and 08. RGB value is (19,5,8). Sum of RGB (Red+Green+Blue) = 19+5+8=32 (4% of max value = 765). Red value is 19 (7.81% from 255 or 59.38% from 32); Green value is 5 (2.34% from 255 or 15.62% from 32); Blue value is 8 (3.52% from 255 or 25% from 32); Max value from RGB is 19 - color contains mainly: red. Hex color #130508 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130508 is #ECFAF7. Grayscale: #090909. Windows color (decimal): -15530744 or 525587. OLE color: 525587.

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

Color convert

RGB 19 5 8 -
CMYK 0 0.74 0.58 0.93
HSL 347.14º 0.58% 0.05% -
HSV(B) 347.14º 0.74% 0.07% -
XYZ 0.37 0.26 0.26 -
YUV 9.53 127.14 134.76 -
System Red Green Blue C M Y K H S L
Decimal 19 5 8 0 0.74 0.58 0.93 347.14 0.58 0.05
Hex 13 5 8 0 4A 3A 5D 15B 3A 5
Octal 23 5 10 0 112 72 135 533 72 5
Binary 10011 101 1000 0 1001010 111010 1011101 101011011 111010 101

Color Harmonies of #130508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130508

Black with #130508

Text Example


Text Example

White with #130508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130508; }

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

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

background-color css

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

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

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

border-color css

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

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

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