Html Css Color HEX #130008 Rustic Red

📋 copy color: '#130008'

red 19 ◦ green 0 ◦ blue 8

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

Shades of Rustic Red #130008

Tints of Rustic Red #130008

RGB

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

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

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

R = 70.37%
G = 0%
B = 29.63%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.58

 K value IS 0.93

RGB Variations

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

Color information

#130008 (or 0x130008) is known color: Rustic Red. HEX triplet: 13, 00 and 08. RGB value is (19,0,8). Sum of RGB (Red+Green+Blue) = 19+0+8=27 (3% of max value = 765). Red value is 19 (7.81% from 255 or 70.37% from 27); Green value is 0 (0.39% from 255 or 0% from 27); Blue value is 8 (3.52% from 255 or 29.63% from 27); Max value from RGB is 19 - color contains mainly: red. Hex color #130008 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130008 is #ECFFF7. Grayscale: #060606. Windows color (decimal): -15532024 or 524307. OLE color: 524307.

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

Color convert

RGB 19 0 8 -
CMYK 0 1 0.58 0.93
HSL 334.74º 1% 0.04% -
HSV(B) 334.74º 1% 0.07% -
XYZ 0.31 0.16 0.24 -
YUV 6.59 128.79 136.85 -
System Red Green Blue C M Y K H S L
Decimal 19 0 8 0 1 0.58 0.93 334.74 1 0.04
Hex 13 0 8 0 64 3A 5D 14F 64 4
Octal 23 0 10 0 144 72 135 517 144 4
Binary 10011 0 1000 0 1100100 111010 1011101 101001111 1100100 100

Color Harmonies of #130008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130008

Black with #130008

Text Example


Text Example

White with #130008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130008; }

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

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

background-color css

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

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

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

border-color css

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

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

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