Html Css Color HEX #130708 Rustic Red

📋 copy color: '#130708'

red 19 ◦ green 7 ◦ blue 8

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

Shades of Rustic Red #130708

Tints of Rustic Red #130708

RGB

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

 GREEN value IS 7 (3.13% from 255) = 20.59%

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

R = 55.88%
G = 20.59%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.58

 K value IS 0.93

RGB Variations

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

Color information

#130708 (or 0x130708) is known color: Rustic Red. HEX triplet: 13, 07 and 08. RGB value is (19,7,8). Sum of RGB (Red+Green+Blue) = 19+7+8=34 (4% of max value = 765). Red value is 19 (7.81% from 255 or 55.88% from 34); Green value is 7 (3.12% from 255 or 20.59% from 34); Blue value is 8 (3.52% from 255 or 23.53% from 34); Max value from RGB is 19 - color contains mainly: red. Hex color #130708 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130708 is #ECF8F7. Grayscale: #0A0A0A. Windows color (decimal): -15530232 or 526099. OLE color: 526099.

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

Color convert

RGB 19 7 8 -
CMYK 0 0.63 0.58 0.93
HSL 355º 0.46% 0.05% -
HSV(B) 355º 0.63% 0.07% -
XYZ 0.39 0.31 0.27 -
YUV 10.7 126.48 133.92 -
System Red Green Blue C M Y K H S L
Decimal 19 7 8 0 0.63 0.58 0.93 355 0.46 0.05
Hex 13 7 8 0 3F 3A 5D 163 2E 5
Octal 23 7 10 0 77 72 135 543 56 5
Binary 10011 111 1000 0 111111 111010 1011101 101100011 101110 101

Color Harmonies of #130708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130708

Black with #130708

Text Example


Text Example

White with #130708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130708; }

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

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

background-color css

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

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

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

border-color css

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

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

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