Html Css Color HEX #130506 Rustic Red

📋 copy color: '#130506'

red 19 ◦ green 5 ◦ blue 6

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

Shades of Rustic Red #130506

Tints of Rustic Red #130506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 20%

R = 63.33%
G = 16.67%
B = 20%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.68

 K value IS 0.93

RGB Variations

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

Color information

#130506 (or 0x130506) is known color: Rustic Red. HEX triplet: 13, 05 and 06. RGB value is (19,5,6). Sum of RGB (Red+Green+Blue) = 19+5+6=30 (3% of max value = 765). Red value is 19 (7.81% from 255 or 63.33% from 30); Green value is 5 (2.34% from 255 or 16.67% from 30); Blue value is 6 (2.73% from 255 or 20% from 30); Max value from RGB is 19 - color contains mainly: red. Hex color #130506 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130506 is #ECFAF9. Grayscale: #090909. Windows color (decimal): -15530746 or 394515. OLE color: 394515.

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

Color convert

RGB 19 5 6 -
CMYK 0 0.74 0.68 0.93
HSL 355.71º 0.58% 0.05% -
HSV(B) 355.71º 0.74% 0.07% -
XYZ 0.36 0.26 0.2 -
YUV 9.3 126.14 134.92 -
System Red Green Blue C M Y K H S L
Decimal 19 5 6 0 0.74 0.68 0.93 355.71 0.58 0.05
Hex 13 5 6 0 4A 44 5D 164 3A 5
Octal 23 5 6 0 112 104 135 544 72 5
Binary 10011 101 110 0 1001010 1000100 1011101 101100100 111010 101

Color Harmonies of #130506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130506

Black with #130506

Text Example


Text Example

White with #130506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130506; }

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

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

background-color css

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

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

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

border-color css

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

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

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